blob: 205816c0a7a5c1bdebc593f5c42a8162a01f4b9d (
plain)
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
|
{
"title": "Payload schema of Courseware\\BlockType\\Gallery",
"type": "object",
"properties": {
"folder_id": {
"type": "string"
},
"layout": {
"type": "string"
},
"autoplay": {
"type": "string"
},
"autoplay_timer": {
"type": "string"
},
"nav": {
"type": "string"
},
"height": {
"type": "string"
},
"cols": {
"type": "string"
},
"show_filenames": {
"type": "string"
},
"show_description": {
"type": "string"
},
"mouseover_filenames": {
"type": "string"
}
},
"required": [
"folder_id"
],
"additionalProperties": true
}
|