Skip to content

Commit 28f30f0

Browse files
author
Niall Brennan
committed
partner support details
1 parent ee0861b commit 28f30f0

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
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: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ <h6>Connection Modes <a href="/docs/connections/destinations/#connection-modes">
7676
<table>
7777
<thead>
7878
<tr>
79-
<th>Device-mode</th>
80-
<th>Cloud-mode</th>
79+
<th>Device-modex</th>
80+
<th>Cloud-modex</th>
8181
</tr>
8282
</thead>
8383
<tbody>
@@ -98,5 +98,14 @@ <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 %}
109+
{{contacts}}
101110
</div>
102111
{% endif %}

0 commit comments

Comments
 (0)