-
Notifications
You must be signed in to change notification settings - Fork 25
/
example.json
70 lines (70 loc) · 2.26 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
{
"_id": "c-05",
"_parentId": "b-05",
"_type": "component",
"_component": "accordion",
"_classes": "",
"_layout": "full",
"title": "Accordion",
"displayTitle": "Accordion Title",
"body": "This is optional body text.",
"instruction": "Select the headings to find out more.",
"_shouldCollapseItems": true,
"_shouldExpandFirstItem": false,
"_comment": "setCompletionOn = inview | allItems",
"_setCompletionOn": "allItems",
"_isCenterAligned": false,
"_items": [
{
"title": "Heading 1",
"body": "This is display text 1 with a full width image.",
"_titleIcon": "",
"_imageAlignment": "full",
"_graphic": {
"src": "course/en/images/example.jpg",
"alt": "",
"attribution": "Copyright © 2019"
},
"_classes": ""
},
{
"title": "Heading 2",
"body": "This is display text 2 with a single width left aligned image.",
"_titleIcon": "",
"_imageAlignment": "left",
"_graphic": {
"src": "course/en/images/example.jpg",
"alt": "",
"attribution": ""
},
"_classes": ""
},
{
"title": "Heading 3",
"body": "This is display text 3 with a single width right aligned image.",
"_titleIcon": "",
"_imageAlignment": "right",
"_graphic": {
"src": "course/en/images/example.jpg",
"alt": "",
"attribution": ""
},
"_classes": ""
},
{
"title": "Heading 4",
"body": "This is display text 4 with no image.",
"_titleIcon": "",
"_imageAlignment": "",
"_graphic": {
"src": "",
"alt": "",
"attribution": ""
},
"_classes": ""
}
],
"_pageLevelProgress": {
"_isEnabled": true
}
}