-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.json
69 lines (69 loc) · 1.98 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
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"_id":"c-05",
"_parentId":"b-05",
"_type":"component",
"_component":"peelbackhotspot",
"_classes":"",
"_layout":"full",
"title":"Peel-back Hotspot Component",
"displayTitle":"Peel-back Hotspot Component",
"body":"This is the Peel-back Hotspot component, click the button, or peel the image from left to right to expose the layer underneath. Click the hotspots to show the relevant text.",
"mobileTitle": "Accordion Component",
"mobileBody": "This is an Accordion component",
"instruction":"",
"_pageLevelProgress": {
"_isEnabled": true
},
"_isAccordianOnMobile": true,
"_reveal": {
"_isInfoBoxAriaOnly": true,
"_background": "assets/male-naked.png",
"_foreground": "assets/male-clothed.png",
"_button": {
"textLeft": "Slide >",
"textRight": "< Slide",
"_img": "assets/button.png"
},
"_maxHeight": {
"small": "400px",
"medium": "400px",
"large": "600px"
},
"_infoboxPaddingPixels": {
"top":10,
"left":10
}
},
"_items": [
{
"_top": "5",
"_left": "45",
"pinAlt": "Head",
"title": "Head",
"body": "Some text about your head",
"_isInfoBoxShown": true,
"_infoType": "infobox",
"alt": "Head"
},
{
"_top": "23",
"_left": "55",
"pinAlt": "Heart",
"title": "Heart",
"body": "Some text about your heart",
"_isInfoBoxShown": true,
"_infoType": "infobox",
"alt": "Heart"
},
{
"_top": "45",
"_left": "25",
"pinAlt": "Hand",
"title": "Hand",
"body": "Some text about your hand",
"_isInfoBoxShown": true,
"_infoType": "infobox",
"alt": "Hand"
}
]
},