-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.json
37 lines (36 loc) · 914 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
// To go in the course.json file
"_toolbox": {
"_isEnabled": true,
"_hideDrawerIcon": true,
"_disableOnMobile": true,
"_items": [
{
"_icon": "icon-folder",
"_ariaLabel": "Open course resources.",
"_triggerOption": "Show Resources",
"_trigger": "resources:showResources",
"_iconOrder": 0
},
{
"_icon": "icon-search",
"_ariaLabel": "Open the search facility.",
"_triggerOption": "Show Search",
"_trigger": "resources:showSearch",
"_iconOrder": 1
},
{
"_icon": "icon-documents",
"_ariaLabel": "Open course glossary.",
"_triggerOption": "Show Glossary",
"_trigger": "glossary:showGlossary",
"_iconOrder": 2
},
{
"_icon": "icon-question",
"_ariaLabel": "Open course help.",
"_triggerOption": "Show Help",
"_trigger": "help:showHelp",
"_iconOrder": 3
}
]
}