-
Notifications
You must be signed in to change notification settings - Fork 32
/
semantics.json
53 lines (53 loc) · 1.13 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[
{
"name": "elementList",
"label": "Elements",
"importance": "high",
"type": "list",
"entity": "element",
"field": {
"name": "element",
"type": "library",
"label": "Element type",
"importance": "high",
"description": "Library for this page.",
"options": [
"H5P.Text 1.1",
"H5P.TextInputField 1.2",
"H5P.Image 1.1",
"H5P.Accordion 1.0"
]
}
},
{
"name": "helpTextLabel",
"label": "Label for help text",
"importance": "low",
"type": "text",
"description": "Label for showing additional helpful information to the user.",
"default": "More information"
},
{
"name": "helpText",
"label": "Fill in additional help information",
"importance": "low",
"type": "text",
"widget": "html",
"description": "Here you can fill in additional information for the user, which will be available when clicked.",
"enterMode": "p",
"optional": true,
"tags": [
"strong",
"em",
"u",
"a",
"ul",
"ol",
"h2",
"h3",
"hr",
"pre",
"code"
]
}
]