-
Notifications
You must be signed in to change notification settings - Fork 2
/
example.json
54 lines (54 loc) · 1.03 KB
/
example.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"_id": "c-05",
"_parentId": "b-05",
"_type": "component",
"_component": "verticalItems",
"_classes": "",
"_layout": "full",
"title": "Vertical Items",
"displayTitle": "Vertical Items",
"body": "This is optional body text.",
"instruction": "This is the instruction text.",
"_onScreenPercentInviewVertical": 10,
"_items": [
{
"title": "Heading 1",
"body": "This is display text 1",
"_icon": {
"src": "",
"_classes": "",
"alt": ""
},
"_graphic": {
"src": "",
"alt": ""
}
},
{
"title": "Heading 2",
"body": "This is display text 2",
"_icon": {
"src": "",
"_classes": "",
"alt": ""
},
"_graphic": {
"src": "",
"alt": ""
}
},
{
"title": "Heading 3",
"body": "This is display text 3",
"_icon": {
"src": "",
"_classes": "",
"alt": ""
},
"_graphic": {
"src": "",
"alt": ""
}
}
]
}