-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.json
76 lines (76 loc) · 1.66 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"_id": "c-05",
"_parentId": "b-05",
"_type": "component",
"_component": "linkItems",
"_classes": "",
"_layout": "full",
"title": "Link items",
"displayTitle": "Link items",
"body": "",
"instruction": "",
"_setCompletionOn": "inview",
"_animateItems": true,
"_percentInviewVertical": 10,
"_transitionSpeed": 200,
"_columns": 3,
"_items": [{
"title": "Heading 1",
"body": "<p>This is display text 1.</p>",
"_graphic": {
"src": "",
"alt": ""
},
"_link": "https://www.youtube.com/channel/UCW8SlSFuCc--B66Gf9fAEcQ",
"filename": "",
"_forceDownload": false,
"_isResourceItem": false,
"_resourceItemIndex": 0,
"_classes": ""
},
{
"title": "Heading 2",
"body": "<p>This is display text 2.</p>",
"_graphic": {
"src": "",
"alt": ""
},
"_link": "course/en/images/vanilla-swatch.jpg",
"filename": "",
"_forceDownload": false,
"_isResourceItem": false,
"_resourceItemIndex": 0,
"_classes": ""
},
{
"title": "",
"body": "",
"_graphic": {
"src": "",
"alt": ""
},
"_link": "",
"filename": "",
"_forceDownload": false,
"_isResourceItem": true,
"_resourceItemIndex": 0,
"_classes": ""
},
{
"title": "Adapt model",
"body": "",
"_graphic": {
"src": "",
"alt": ""
},
"_link": "",
"filename": "",
"_forceDownload": false,
"_isResourceItem": false,
"_resourceItemIndex": 0,
"_isAdaptModel": true,
"_adaptModelId": "c-05",
"_classes": ""
}
]
}