diff --git a/src/_includes/content/cloud-app-note.md b/src/_includes/content/cloud-app-note.md index dd7d09faba..8a32a7983f 100644 --- a/src/_includes/content/cloud-app-note.md +++ b/src/_includes/content/cloud-app-note.md @@ -9,13 +9,8 @@ - {% if currentIntegration.partnerOwned %} -
Partner Owned
- - {% endif %} + {% if currentIntegration.partnerOwned %}
  • This integration is partner owned. Please reach out to the partner's support for any issues.
  • {% endif %} + @@ -26,10 +21,7 @@ -
    Partner Owned
    - @@ -41,13 +33,8 @@ - {% if currentIntegration.partnerOwned %} -
    Partner Owned
    - - {% endif %} {% endif %} diff --git a/src/_includes/content/destination-dossier.html b/src/_includes/content/destination-dossier.html index e312be91fd..165ccb0cd0 100644 --- a/src/_includes/content/destination-dossier.html +++ b/src/_includes/content/destination-dossier.html @@ -59,9 +59,9 @@
    Destination Info
  • This destination is not compatible with Destination Insert Functions.
  • {% endunless %} {% endif %} - {% if destinationInfo.partnerOwned == true %} + {% unless page.id == '66b1f528d26440823fb27af9' %}{% if destinationInfo.partnerOwned == true %}
  • This integration is partner owned. Please reach out to the partner's support for any issues.
  • - {% endif %} + {% endif %}{% endunless %} {% 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 %} @@ -108,17 +108,6 @@
    Connection Modes {% endunless %} {% endif %} - -{% unless page.id == '66b1f528d26440823fb27af9' %} -{% if destinationInfo.partnerOwned == true %} -
    -
    Partner Owned
    -
      -
    • This integration is partner owned. Please reach out to the partner's support for any issues.
    • -
    -
    -{% endif %} -{% endunless %} {% endif %} \ No newline at end of file