-
Notifications
You must be signed in to change notification settings - Fork 19
/
example.json
67 lines (65 loc) · 1.95 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
{
"_id": "c-135",
"_parentId": "b-70",
"_type": "component",
"_component": "flipcard",
"_classes": "",
"_layout": "full",
"title": "Flip Card",
"displayTitle": "Flip Card",
"body": "This is optional body text. Click the image below to reveal the text.",
"instruction": "",
"_flipType": "allFlip",
"_flipTime": 400,
"_items": [
{
"frontImage": {
"src": "course/en/images/flip_1.png",
"alt": "flipcard item 1 graphic alt text here."
},
"backTitle": "Heading 1",
"backBody": "This is display text 1."
},
{
"frontImage": {
"src": "course/en/images/flip_2.png",
"alt": "flipcard item 1 graphic alt text here."
},
"backTitle": "Heading 2",
"backBody": "<ul><li>This is list item 1.</li><li>This is list item 2.</li></ul>"
}
]
},
{
"_id": "c-135",
"_parentId": "b-70",
"_type": "component",
"_component": "flipcard",
"_classes": "",
"_layout": "full",
"title": "Flip Card",
"displayTitle": "Flip Card",
"body": "This is optional body text. Click the image below to reveal the text.",
"instruction": "",
"_flipType": "singleFlip",
"_flipTime": 400,
"_items": [
{
"frontImage": {
"src": "course/en/images/flip_1.png",
"alt": "flipcard item 1 graphic alt text here."
},
"backTitle": "Heading 1",
"backBody": "This is display text 1."
},
{
"frontImage": {
"src": "course/en/images/flip_2.png",
"alt": "flipcard item 1 graphic alt text here."
},
"backTitle": "Heading 2",
"backBody": "<ul><li>This is list item 1.</li><li>This is list item 2.</li></ul>"
}
]
}
//_flipType accepts 'singleFlip' and 'allFlip'