Skip to content

Commit 6d88527

Browse files
Merge pull request #6326 from segmentio/niall/partner_partial
Niall/partner partial
2 parents 95df906 + 474095d commit 6d88527

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

scripts/catalog/updateDestinations.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ const updateDestinations = async () => {
142142
connection_modes,
143143
settings,
144144
actions,
145-
presets
145+
presets,
146+
partnerOwned: destination.partnerOwned
146147
};
147148

148149
// Add the updated destination to the destinationsUpdated array

src/_includes/content/destination-dossier.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,13 @@ <h6>Connection Modes <a href="/docs/connections/destinations/#connection-modes">
9898
</div>
9999
{% endunless %}
100100
{% endif %}
101+
{% if destinationInfo.partnerOwned == true %}
102+
<div>
103+
<h6>Partner Owned</h6>
104+
<ul class="components-list">
105+
<li>This integration is partner owned. Please reach out to the partner's support for any issues.</li>
106+
</ul>
107+
</div>
108+
{% endif %}
101109
</div>
102110
{% endif %}

0 commit comments

Comments
 (0)