Skip to content

Commit 68c9abf

Browse files
committed
Update destination-dossier.html
1 parent 0ef58ec commit 68c9abf

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/_includes/content/destination-dossier.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ <h6>Destination Info</h6>
5555
{% if connectionModes.device.web == true or connectionModes.device.mobile == true or connectionModes.device.server == true %} <li>In Device-mode, refer to it as <strong>{{previous_names | first}}</strong> in the <a href="/docs/guides/filtering-data/#filtering-with-the-integrations-object">Integrations object</a> </li>{%endif%}
5656
{% endif %}
5757
{% if destinationInfo.status == "PUBLIC_BETA" %}<li>This destination is in <span class="release-pill">Beta</span></li>{% endif %}
58+
{% if page.engage == true %}<li>This destination is <b>only</b> compatible with <a href="/docs/engage">Twilio Engage</a>.</li>{% endif %}
5859
</ul>
5960
{% if components.size > 0%}
6061
{% unless page.hide-components %}
@@ -98,11 +99,6 @@ <h6>Connection Modes <a href="/docs/connections/destinations/#connection-modes">
9899
</div>
99100
{% endunless %}
100101
{% endif %}
101-
{% if page.engage == true %}
102-
<div>
103-
<b>This destination is only compatible with <a href="/docs/engage">Twilio Engage</a>.</b>
104-
</div>
105-
{% endif %}
106102
{% if destinationInfo.partnerOwned == true %}
107103
<div>
108104
<h6>Partner Owned</h6>

0 commit comments

Comments
 (0)