forked from cgkineo/adapt-list
-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.json
107 lines (105 loc) · 3.57 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"_id": "c-05",
"_parentId": "b-05",
"_type": "component",
"_component": "list",
"_comment._classes": "Supported classes = 'align-items-vert-center'. Aligns either the step number or image centrally, on the vertical axis, with the content.",
"_classes": "",
"_layout": "full",
"title": "List component",
"displayTitle": "List component",
"body": "Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.<br/><br/>Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.",
"instruction": "Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.",
"_comment._animateList": "loop animate items into view - list is static by default",
"_animateList": false,
"_showBackground": false,
"_comment._percentInviewVertical": "Override percentage inview required to animate items. Default value is 70% inview from top of screen.",
"_percentInviewVertical": 70,
"_comment._orderedList": "set items as ordered list - list is unordered by default",
"_orderedList": false,
"_numLists": 1,
"_items": [
{
"_list": 1,
"title": "Lorem ipsum dolor sit amet",
"titleReduced": "Lorem ipsum dolor sit amet",
"body": "Lorem ipsum dolor sit amet",
"_iconSelection": "",
"_icon": "",
"_imageSrc": "",
"alt": "",
"_delay": 0
},
{
"_list": 1,
"title": "Lorem ipsum dolor sit amet",
"titleReduced": "Lorem ipsum dolor sit amet",
"body": "Lorem ipsum dolor sit amet",
"_iconSelection": "",
"_icon": "",
"_imageSrc": "",
"alt": "",
"_delay": 1
},
{
"_list": 1,
"title": "Lorem ipsum dolor sit amet",
"titleReduced": "Lorem ipsum dolor sit amet",
"body": "Lorem ipsum dolor sit amet",
"_iconSelection": "",
"_icon": "",
"_imageSrc": "",
"alt": "",
"_delay": 2
},
{
"_list": 1,
"title": "Lorem ipsum dolor sit amet",
"titleReduced": "Lorem ipsum dolor sit amet",
"body": "Lorem ipsum dolor sit amet",
"_iconSelection": "",
"_icon": "",
"_imageSrc": "",
"alt": "",
"_delay": 3
},
{
"_list": 1,
"title": "Lorem ipsum dolor sit amet",
"titleReduced": "Lorem ipsum dolor sit amet",
"body": "Lorem ipsum dolor sit amet",
"_iconSelection": "",
"_icon": "",
"_imageSrc": "",
"alt": "",
"_delay": 4
}
]
}
// Icons
icon-book
icon-bookmark
icon-checklist
icon-comment
icon-comments
icon-documents
icon-emotion-happy
icon-emotion-sad
icon-flag
icon-folder
icon-info
icon-light-bulb
icon-list
icon-map
icon-message
icon-person
icon-persons
icon-plus
icon-point
icon-question
icon-search
icon-shield
icon-star
icon-stopwatch
icon-trophy
icon-warning