-
Notifications
You must be signed in to change notification settings - Fork 7
/
example.json
executable file
·42 lines (39 loc) · 973 Bytes
/
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
// course.json
{
"_preload": "none",
"_inviewThreshold": 80
}
// contentObject.json
{
"_id": "co-10",
"_parentId": "course",
"_type": "page",
"_classes": "",
"title": "",
"body": "",
"_graphic": {
"alt": "",
"src": "course/en/images/origami-menu-two.jpg"
},
"linkText": "View",
"duration": "2 mins",
"_backgroundSwitcher": {
"_isEnabled": true
}
}
// blocks.json
{
"_id": "b-90",
"_parentId": "a-25",
"_type": "block",
"_classes": "",
"title": "Block 1",
"body": "",
"_backgroundSwitcher": {
"_isEnabled": true,
"_src": "course/en/images/example.jpg",
"_comment": "use _poster to provide a mobile fallback when _src is video.",
"_poster": "",
"_classes": ""
}
}