-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathexample.json
40 lines (40 loc) · 1.35 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
{
"_id": "c-35",
"_parentId": "b-20",
"_type": "component",
"_classes": "",
"_layout": "full",
"_component": "youtube",
"title": "The first video on YouTube",
"displayTitle": "The first video on YouTube",
"body": "Entitled 'Me at the zoo', this was the first video ever uploaded to YouTube, by platform co-founder <a href='https://en.wikipedia.org/wiki/Jawed_Karim' target='_blank'>Jawed Karim</a>",
"instruction": "",
"_setCompletionOn": "play",
"_media": {
"_source": "//www.youtube.com/embed/jNQXAC9IVRw",
"_controls": true,
"_allowFullscreen": true,
"_playsinline": false,
"_aspectRatio": 1.33,
"_autoplay": false,
"_showRelated": false,
"_loop": false,
"_modestBranding": true,
"_playbackQuality": "hd720",
"_showAnnotations": false,
"_progressColor": "red"
},
"_transcript": {
"_setCompletionOnView": true,
"_inlineTranscript": true,
"_externalTranscript": false,
"inlineTranscriptButton": "Transcript",
"inlineTranscriptCloseButton": "Close Transcript",
"inlineTranscriptBody": "Transcript text should go here",
"transcriptLinkButton": "Transcript",
"transcriptLink": "assets/transcript.pdf"
},
"_pageLevelProgress": {
"_isEnabled": true
}
},