-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathexample.json
39 lines (39 loc) · 1.1 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
{
"_type": "component",
"_component": "stacklist",
"_classes": "",
"_layout": "full",
"title": "Stacklist",
"displayTitle": "Stacklist",
"body": "",
"_button": {
"startText": "Let's get started",
"continueText": "Continue"
},
"_items": [
{
"body": "This component is useful for making boring text lists that little bit more interactive.",
"next": "Show me more!"
},
{
"body": "List items slide in from alternating sides.",
"next": "... and you can modify this text!"
},
{
"body": "There is no limit to the number of items you can have.",
"next": "It's localisation friendly"
},
{
"body": "Although if you have too many it will be a bit boring.",
"next": "... but you can customize it"
},
{
"body": "At least now you get the gist of how this works.",
"next": "I get it!"
},
{
"body": "That's pretty much it.",
"next": "Step 5"
}
]
}