-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathexample.json
More file actions
32 lines (32 loc) · 808 Bytes
/
example.json
File metadata and controls
32 lines (32 loc) · 808 Bytes
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
{
"_id": "c-120",
"_parentId":"b-60",
"_type":"component",
"_component":"reveal",
"_classes":"",
"_layout":"right",
"_direction":"left",
"title": "",
"displayTitle": "This is a reveal demo",
"body": "",
"first": {
"src": "course/en/images/origami-menu-one.jpg",
"alt": "First item",
"title": "First item",
"body": "Here is the first item",
"_maxCharacters": 10,
"moreText": "More"
},
"second": {
"src": "course/en/images/origami-menu-two.jpg",
"alt": "Second item",
"title": "Second item",
"body": "Here is the second item",
"_maxCharacters": 50,
"moreText": "More"
},
"control": {
"showText": "Show",
"hideText": "Hide"
}
}