forked from danielstorey/adapt-flipper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.json
More file actions
52 lines (52 loc) · 1.19 KB
/
example.json
File metadata and controls
52 lines (52 loc) · 1.19 KB
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
[
{
"_id": "c-01",
"_parentId": "b-01",
"_type": "component",
"_component": "flipper",
"_classes": "",
"_layout": "full",
"title": "Flipper",
"displayTitle": "Flipper",
"body": "",
"width": 320,
"_items": [
{
"_graphic": {
"src": "",
"alt": ""
}
},
{
"title": "Welcome",
"body": "To the Flipper component!",
"instruction": "Next »"
},
{
"title": "You can currently have...",
"body": "...up to twelve items.",
"instruction": "Next »"
},
{
"title": "Only 12??",
"body": "This should be more than plenty. If not, you should probably consider using a different component or splitting your content up.",
"instruction": "Next »"
},
{
"title": "To infinity...",
"body": "...and beyond. When you reach the end you can simply start again.",
"instruction": "Next »"
},
{
"title": "Usage",
"body": "Whilst you can include graphics, this element is useful for making text lists a bit more interesting.",
"instruction": "Next »"
},
{
"title": "That's it",
"body": "Happy flipping!",
"instruction": "Complete ✔"
}
]
}
]