-
Notifications
You must be signed in to change notification settings - Fork 4
/
example.json
111 lines (111 loc) · 3.42 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
// To go in the component.json file for each page
// --------------------------------------------------
{
"_id": "c-05",
"_parentId": "b-05",
"_type": "component",
"_component": "pageNav",
"_classes": "",
"_layout": "full",
"title": "",
"displayTitle": "",
"body": "",
"instruction": "",
"_loopStyleComment": {
"allPages": "loop sequentially through all pages in course",
"siblings": "loop sequentially through all pages in current parent object",
"none": "disable previous and next buttons at start and end of the pages in the current parent object"
},
"_loopStyle": "none",
"_shouldSkipOptionalPages": false,
"_buttons": {
"_root": {
"_isEnabled": true,
"_lockUntilPageComplete": false,
"_order": 1,
"_classes": "",
"_iconClass": "icon-home",
"_iconAlignment": "auto",
"text": "Go to main menu",
"ariaLabel": "Go to main menu",
"_tooltip": {
"_isEnabled": true,
"text": "{{displayTitle}}"
},
"_customRouteId": ""
},
"_up": {
"_isEnabled": false,
"_lockUntilPageComplete": false,
"_order": 1,
"_classes": "",
"_iconClass": "icon-controls-up",
"_iconAlignment": "auto",
"text": "Back to menu",
"ariaLabel": "Back to menu",
"_tooltip": {
"_isEnabled": true,
"text": "{{displayTitle}}"
},
"_customRouteId": ""
},
"_returnToPreviousLocation": {
"_isEnabled": false,
"_lockUntilPageComplete": false,
"_order": 1,
"_classes": "",
"_iconClass": "icon-controls-left",
"_iconAlignment": "auto",
"text": "Return",
"ariaLabel": "Return to previous location",
"_tooltip": {
"_isEnabled": true,
"text": "{{displayTitle}}"
}
},
"_previous": {
"_isEnabled": true,
"_lockUntilPageComplete": false,
"_order": 1,
"_classes": "",
"_iconClass": "icon-controls-left",
"_iconAlignment": "auto",
"text": "Previous",
"ariaLabel": "Previous Page",
"_tooltip": {
"_isEnabled": true,
"text": "{{displayTitle}}"
},
"_customRouteId": ""
},
"_next": {
"_isEnabled": true,
"_lockUntilPageComplete": false,
"_order": 1,
"_classes": "",
"_iconClass": "icon-controls-right",
"_iconAlignment": "auto",
"text": "Next",
"ariaLabel": "Next Page",
"_tooltip": {
"_isEnabled": true,
"text": "{{displayTitle}}"
},
"_customRouteId": ""
},
"_close": {
"_isEnabled": false,
"_lockUntilPageComplete": false,
"_order": 1,
"_classes": "",
"_iconClass": "icon-cross",
"_iconAlignment": "auto",
"text": "Close",
"ariaLabel": "Close window",
"_tooltip": {
"_isEnabled": true,
"text": "Close window"
}
}
}
}