forked from adaptlearning/adapt-contrib-boxMenu
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.json
More file actions
48 lines (47 loc) · 1.56 KB
/
example.json
File metadata and controls
48 lines (47 loc) · 1.56 KB
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
// course.json
"_boxMenu": {
"_backgroundImage": {
"_large": "course/en/images/example.jpg",
"_medium": "course/en/images/example.jpg",
"_small": "course/en/images/example.jpg"
},
"_backgroundStyles": {
"_backgroundSize": "contain",
"_backgroundRepeat": "repeat",
"_backgroundPosition": "center center"
},
"_menuHeader": {
"_backgroundImage": {
"_large": "course/en/images/example.jpg",
"_medium": "course/en/images/example.jpg",
"_small": "course/en/images/example.jpg"
},
"_backgroundStyles": {
"_backgroundSize": "contain",
"_backgroundRepeat": "repeat",
"_backgroundPosition": "center center"
},
"_minimumHeights": {
"_large": 600,
"_medium": 400,
"_small": 200
}
}
}
// contentObjects.json
{
"_id": "co-05",
"_parentId": "course",
"_type": "page",
"_classes": "",
"_isHidden": false,
"title": "Welcome to Adapt Learning",
"displayTitle": "Welcome to Adapt Learning",
"body": "This page contains a working Adapt page with all core bundled components and plugins working.",
"_graphic": {
"alt": "Welcome to Adapt Learning",
"src": "course/en/images/origami-menu-one.jpg"
},
"linkText": "View",
"duration": "2 mins"
}