File tree Expand file tree Collapse file tree 5 files changed +7
-22
lines changed
fullstory-cloud-mode-actions Expand file tree Collapse file tree 5 files changed +7
-22
lines changed Original file line number Diff line number Diff line change @@ -204,4 +204,8 @@ destinations:
204204 - original : " innovid"
205205 override : " tv-squared"
206206 - original : " aggregations-io-actions"
207- override : " actions-aggregations-io"
207+ override : " actions-aggregations-io"
208+ - original : " fullstory-cloud-mode-actions"
209+ override : " actions-fullstory-cloud"
210+ - original : " klayvio-actions"
211+ override : " actions-klayvio"
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ These destinations support [Reverse ETL](/docs/connections/reverse-etl/). If you
77
88<div class =" destinations-catalog " >
99 <div class="flex flex--wrap waffle waffle--xlarge">
10- {% assign destinations = site.data.catalog.destinations.items%}
10+ {% assign destinations = site.data.catalog.destinations.items %}
1111 {% for destination in destinations %}
1212 {% unless destination.hidden %}
1313 {% if destination.status contains "PUBLIC" or destination.status contains "BETA" %}
@@ -37,3 +37,4 @@ These destinations support [Reverse ETL](/docs/connections/reverse-etl/). If you
3737 {% endfor %}
3838 </div>
3939 </div>
40+
You can’t perform that action at this time.
0 commit comments