From e2275fc4f0506f73486a7ddba502acc2fd7e6115 Mon Sep 17 00:00:00 2001 From: forstisabella <92472883+forstisabella@users.noreply.github.com> Date: Tue, 20 May 2025 12:41:09 -0400 Subject: [PATCH] fix part 1 --- src/_includes/content/destination-dossier.html | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/src/_includes/content/destination-dossier.html b/src/_includes/content/destination-dossier.html index f437f81bcf..f25787e7e0 100644 --- a/src/_includes/content/destination-dossier.html +++ b/src/_includes/content/destination-dossier.html @@ -59,6 +59,9 @@
Destination Info
  • This destination is not compatible with Destination Insert Functions.
  • {% endunless %} {% endif %} + {% if destinationInfo.partnerOwned == true %} +
  • This integration is partner owned. Please reach out to the partner's support for any issues.
  • + {% endif %} {% if thisDestination == '64c031541451bb784943f809' or thisDestination == '63e42d44b0a59908dc4cacc6' or thisDestination == '642440d46b66b3eeac42b581' %}
  • This destination is not supported in EU workspaces. For more information, see the Regional Segment documentation.
  • {% endif %} {% if destinationInfo.status == "PUBLIC_BETA" %}
  • This destination is in Beta
  • {% endif %} {% if page.engage == true %}
  • This destination is only compatible with Twilio Engage.
  • {% endif %} @@ -105,13 +108,4 @@
    Connection Modes {% endunless %} {% endif %} -{% if destinationInfo.partnerOwned == true %} -
    -
    Partner Owned
    -
      -
    • This integration is partner owned. Please reach out to the partner's support for any issues.
    • -
    -
    -{% endif %} - {% endif %} \ No newline at end of file