Skip to content

Commit 5afb554

Browse files
committed
override cmode data in dossier
1 parent f8311b4 commit 5afb554

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/_includes/content/destination-dossier.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ <h4>{{ destinationInfo.display_name }} quick info </h4>
2626
{% endif %}
2727

2828
{% unless destinationInfo.connection_modes.case == "0"%}
29+
{% if page.cmode-override %}
30+
{% assign destinationInfo = site.data.catalog.overrides.items % | where: "slug", thisDestination | first %}
31+
{% endif %}
2932
<p>
3033
{{ destinationInfo.display_name }} {{ destinationInfo.connection_modes.summary }} {% if destinationInfo.connection_modes.case == "mixed" %} {{destinationInfo.display_name}} accepts device-mode data from {% if destinationInfo.connection_modes.device.mobile and destinationInfo.connection_modes.device.web %} mobile and web{% elsif destinationInfo.connection_modes.device.mobile %} mobile{% elsif destinationInfo.connection_modes.device.web %} web{% endif %} sources.{% endif %} {% if destinationInfo.browserUnbundlingSupported %} You can change the {{destinationInfo.display_name}} connection mode for Analytics.js sources from the destination settings in the Segment web app.
3134
{% endif %}

0 commit comments

Comments
 (0)