Skip to content

Commit 430a206

Browse files
Merge pull request #7626 from segmentio/DOC-1085
Fix to the destination dossier part 1
2 parents 3617063 + e2275fc commit 430a206

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

src/_includes/content/destination-dossier.html

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ <h6>Destination Info</h6>
5959
<li>This destination is not compatible with <a href="/docs/connections/functions/insert-functions/">Destination Insert Functions.</a></li>
6060
{% endunless %}
6161
{% endif %}
62+
{% if destinationInfo.partnerOwned == true %}
63+
<li>This integration is <strong>partner owned</strong>. Please reach out to the partner's support for any issues.</li>
64+
{% endif %}
6265
{% if thisDestination == '64c031541451bb784943f809' or thisDestination == '63e42d44b0a59908dc4cacc6' or thisDestination == '642440d46b66b3eeac42b581' %} <li>This destination is <b>not</b> supported in EU workspaces. For more information, see the <a href="/docs/guides/regional-segment/">Regional Segment</a> documentation.</li> {% endif %}
6366
{% if destinationInfo.status == "PUBLIC_BETA" %}<li>This destination is in <span class="release-pill">Beta</span></li>{% endif %}
6467
{% if page.engage == true %}<li>This destination is <b>only</b> compatible with <a href="/docs/engage">Twilio Engage</a>.</li>{% endif %}
@@ -105,13 +108,4 @@ <h6>Connection Modes <a href="/docs/connections/destinations/#connection-modes">
105108
</div>
106109
{% endunless %}
107110
{% endif %}
108-
{% if destinationInfo.partnerOwned == true %}
109-
<div>
110-
<h6>Partner Owned</h6>
111-
<ul class="qi">
112-
<li>This integration is partner owned. Please reach out to the partner's support for any issues.</li>
113-
</ul>
114-
</div>
115-
{% endif %}
116-
</div>
117111
{% endif %}

0 commit comments

Comments
 (0)