forked from nachocinalli/adapt-lens
-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.json
55 lines (55 loc) · 1.17 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
{
"_id": "c-05",
"_parentId": "b-05",
"_type": "component",
"_component": "lens",
"_classes": "",
"_layout": "full",
"title": "Lens",
"displayTitle": "Lens Title",
"body": "This is optional body text.",
"instruction": ".",
"_comment": "setCompletionOn = inview | allItems",
"_setCompletionOn": "allItems",
"_graphic": {
"src": "course/en/images/example.jpg",
"alt": "",
"aspectRatio": "1920 / 2880"
},
"itemsLegend": "Optional legend",
"_items": [
{
"title": "Default",
"backgroundPosition": "50% 50%",
"backgroundSize": "100%"
},
{
"title": "Item 1",
"backgroundPosition": "60% 100%",
"backgroundSize": "230%"
},
{
"title": "Item 2",
"backgroundPosition": "17% 5%",
"backgroundSize": "285%"
},
{
"title": "Item 3",
"backgroundPosition": "80% 60%",
"backgroundSize": "700%"
},
{
"title": "Item 4",
"backgroundPosition": "24% 70%",
"backgroundSize": "285%"
},
{
"title": "Item 5",
"backgroundPosition": "65% 52%",
"backgroundSize": "780%"
}
],
"_pageLevelProgress": {
"_isEnabled": true
}
}