forked from adaptlearning/adapt-contrib-hotgraphic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.json
56 lines (56 loc) · 1.66 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
{
"_id": "c-40",
"_parentId":"b-05",
"_classes": "",
"_type":"component",
"_component": "hotgraphic",
"_layout": "full",
"title": "Hot graphic",
"displayTitle": "Hot graphic",
"body": "This is optional body text. Select the hotspots on the image to reveal the text. This component will scale down to a narrative when viewed on mobile.",
"mobileBody": "This is optional body text that will be shown when viewed on mobile.",
"instruction":"",
"_graphic": {
"src": "hot_graphic.jpg",
"alt": "alt text",
"title": "title"
},
"_items": [
{
"title": "Hotspot 1 title",
"body": "This is display text 1.",
"_graphic": {
"src": "image1.jpg",
"alt": "alt text",
"title": "title text"
},
"strapline": "strapline...",
"_top": 5,
"_left": 20
},
{
"title": "Hotspot 2 title",
"body": "This is display text 2.",
"_graphic": {
"src": "image2.jpg",
"alt": "alt text",
"title": "title text"
},
"strapline": "strapline...",
"_top": 25,
"_left": 60
},
{
"title": "Hotspot 3 title",
"body": "This is display text 3.",
"_graphic": {
"src": "image3.jpg",
"alt": "alt text",
"title": "title text"
},
"strapline": "strapline...",
"_top": 85,
"_left": 40
}
]
}