-
Notifications
You must be signed in to change notification settings - Fork 35
/
semantics.json
37 lines (37 loc) · 1000 Bytes
/
semantics.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
[
{
"label": "Width",
"importance": "high",
"name": "width",
"type": "text",
"description": "Width of iFrame in CSS compliant format. Default: \"500px\""
},
{
"label": "Minimum width",
"importance": "high",
"name": "minWidth",
"type": "text",
"description": "Minimum width of iFrame in CSS compliant format. Default: \"300px\""
},
{
"label": "Height",
"name": "height",
"type": "text",
"description": "Height of iFrame in CSS compliant format. Default: \"500px\""
},
{
"label": "Source",
"importance": "high",
"name": "source",
"type": "text",
"description": "URI to external document, or path to document found inside H5P (under /content)"
},
{
"name": "resizeSupported",
"type": "boolean",
"label": "Resize supported",
"importance": "medium",
"description": "If enabled, fullscreen button will be displayed, and H5P will be resized to fit its surroundings",
"default": true
}
]