forked from cgkineo/adapt-kineoTheme
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.json
More file actions
50 lines (45 loc) · 1.72 KB
/
Copy pathexample.json
File metadata and controls
50 lines (45 loc) · 1.72 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
49
50
/*Page Content Object - add to all content objects and configure as necessary*/
"_theme": {
"_pageHeader": {
"_isEnabled": true,
"_layout": "left",
"_showScrollButton": true,
"_backgroundImage": {
"_large": "course/en/images/base_assets/hero_image.jpg",
"_medium": "course/en/images/base_assets/hero_image.jpg",
"_small": "course/en/images/base_assets/hero_image_mobile.jpg"
},
/* NOTE set either background image or background color - not both on the same header! */
"_backgroundColor": "#EA1B75",
"_minimumHeights": {
"_large": 500,
"_medium": 500,
"_small": 300
}
}
}
/*Article - add to articles that need the functionality provided by the theme*/
"_theme": {
"_backgroundImage": {
"_large": "course/en/images/base_assets/hero_image.jpg",
"_medium": "course/en/images/base_assets/hero_image.jpg",
"_small": "course/en/images/base_assets/hero_image_mobile.jpg"
},
/* NOTE set either background image or background color - not both on the same article! */
"_backgroundColor": "#EA1B75"
}
/*Block - add to blocks that need the functionality provided by the theme*/
"_theme": {
"_backgroundImage": {
"_large": "course/en/images/base_assets/hero_image.jpg",
"_medium": "course/en/images/base_assets/hero_image.jpg",
"_small": "course/en/images/base_assets/hero_image_mobile.jpg"
},
/* NOTE set either background image or background color - not both on the same block! */
"_backgroundColor": "#EA1B75",
"_minimumHeights": {
"_large": 500,
"_medium": 500,
"_small": 300
}
}