Skip to content

Commit a991509

Browse files
committed
override iterable cmodes
1 parent 2d74a63 commit a991509

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

src/_data/catalog/overrides.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,20 @@ items:
1717
It does not accept data from a web source, and does not offer device-mode connections.
1818
cmode_type: mixed
1919
case: '6'
20+
- slug: iterable
21+
components:
22+
- type: WEB
23+
- type: CLOUD
24+
connection_modes:
25+
device:
26+
web: false
27+
mobile: false
28+
server: false
29+
cloud:
30+
web: true
31+
mobile: true
32+
server: true
33+
summary: >-
34+
accepts cloud-mode data from all Segment source types. It does not offer device-mode connections.
35+
cmode_type: mixed
36+
case: '5'

0 commit comments

Comments
 (0)