-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathexample.json
57 lines (57 loc) · 924 Bytes
/
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
//component.json
{
"_id": "c-05",
"_parentId": "b-05",
"_type": "component",
"_component": "linear-animation",
"_animation": true,
"_delay": 1000,
"_layout": "full",
"title": "Linear Animation",
"body": "",
"_bg": "assets/bg.png",
"_items": [
{
"text": "",
"_graphic": {
"_src": "assets/0.png",
"alt": ""
}
},
{
"text": "",
"_graphic": {
"_src": "assets/1.png",
"alt": ""
}
},
{
"text": "",
"_graphic": {
"_src": "assets/2.png",
"alt": ""
}
},
{
"text": "",
"_graphic": {
"_src": "assets/3.png",
"alt": ""
}
},
{
"text": "",
"_graphic": {
"_src": "assets/4.png",
"alt": ""
}
},
{
"text": "",
"_graphic": {
"_src": "assets/5.png",
"alt": ""
}
}
]
}