Skip to content

Commit e6e105e

Browse files
Make sure Cloud platforms flag connection mode web to true (#1050)
1 parent f46a930 commit e6e105e

File tree

5 files changed

+159
-156
lines changed

5 files changed

+159
-156
lines changed

scripts/catalog.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ const getConnectionModes = (destination) => {
8484
if (destination.platforms.server) {
8585
connectionModes.cloud.server = true
8686
}
87+
if (destination.platforms.browser) {
88+
connectionModes.cloud.web = true
89+
}
8790
break
8891
}
8992
})

src/_data/catalog/destination_categories.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PLATFORM API. DO NOT EDIT
2-
# destination categories last updated 2020-08-10
2+
# destination categories last updated 2020-08-11
33
items:
44
- display_name: Email Marketing
55
slug: email-marketing

0 commit comments

Comments
 (0)