File tree Expand file tree Collapse file tree 5 files changed +6
-22
lines changed
fullstory-cloud-mode-actions Expand file tree Collapse file tree 5 files changed +6
-22
lines changed Original file line number Diff line number Diff line change @@ -204,4 +204,8 @@ destinations:
204
204
- original : " innovid"
205
205
override : " tv-squared"
206
206
- 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
7
7
8
8
<div class =" destinations-catalog " >
9
9
<div class="flex flex--wrap waffle waffle--xlarge">
10
- {% assign destinations = site.data.catalog.destinations.items%}
10
+ {% assign destinations = site.data.catalog.destinations.items %}
11
11
{% for destination in destinations %}
12
12
{% unless destination.hidden %}
13
13
{% if destination.status contains "PUBLIC" or destination.status contains "BETA" %}
You can’t perform that action at this time.
0 commit comments