-
Notifications
You must be signed in to change notification settings - Fork 2
/
example.json
33 lines (33 loc) · 1.12 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
{
"_id": "c-05",
"_parentId": "b-05",
"_type": "component",
"_classes": "",
"_layout": "full",
"_component": "vimeo",
"title": "Component Title",
"displayTitle": "Component Title",
"body": "This is a vimeo component",
"instruction": "Click the button to play",
"_setCompletionOn": "play",
"_media": {
"_source": "//vimeo.com/319977833",
"_autoplay": false,
"_loop": false,
"_pauseWhenOffScreen": false
},
"_transcript": {
"_setCompletionOnView": true,
"_inlineTranscript": true,
"_externalTranscript": false,
"inlineTranscriptButton": "Transcript",
"inlineTranscriptCloseButton": "Close Transcript",
"inlineTranscriptBody": "Transcript body text should go here",
"transcriptLinkButton": "Transcript",
"transcriptLink": "assets/transcript.pdf"
},
"_pageLevelProgress": {
"_isEnabled": true,
"_isCompletionIndicatorEnabled": true
}
}