-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathexample.json
executable file
·50 lines (50 loc) · 1.24 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
{
"_id": "c-05",
"_parentId": "b-05",
"_type": "component",
"_component": "brightcove",
"_classes": "",
"_layout": "full",
"title": "Brightcove",
"displayTitle": "Brightcove",
"body": "This is the optional body text.",
"instruction": "Press the big play button to view the video.",
"_accountId": "your account ID here",
"_videoId": "your video ID here",
"_videoPlayer": "default",
"_setCompletionOn": "play",
"_audioPlayer": {
"_isEnabled": false,
"_posterImage": ""
},
"_preventControlBarHide": "default",
"_timestamp": {
"_isEnabled": true,
"label": "Timestamps",
"_items": [{
"_time": 10,
"text": "Introduction"
},
{
"_time": 20,
"text": "Section 1"
}, {
"_time": 45,
"text": "Section 2"
}
]
},
"_transcript": {
"_setCompletionOnView": true,
"_inlineTranscript": true,
"_externalTranscript": true,
"inlineTranscriptButton": "Transcript",
"inlineTranscriptCloseButton": "Close Transcript",
"inlineTranscriptBody": "Transcript body text should go here",
"transcriptLinkButton": "Transcript PDF",
"transcriptLink": "assets/transcript.pdf"
},
"_pageLevelProgress": {
"_isEnabled": true
}
}