forked from h5p/h5p-column
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsemantics.json
73 lines (73 loc) · 1.91 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
[
{
"name": "content",
"label": "List of Column Content",
"importance": "high",
"type": "list",
"min": 1,
"entity": "content",
"field": {
"name": "content",
"type": "group",
"fields": [
{
"name": "content",
"type": "library",
"importance": "high",
"label": "Content",
"options": [
"H5P.Accordion 1.0",
"H5P.Agamotto 1.1",
"H5P.AppearIn 1.0",
"H5P.Audio 1.2",
"H5P.Blanks 1.8",
"H5P.Collage 0.3",
"H5P.CoursePresentation 1.17",
"H5P.DocumentationTool 1.5",
"H5P.DragQuestion 1.11",
"H5P.DragText 1.6",
"H5P.Table 1.1",
"H5P.AdvancedText 1.1",
"H5P.IFrameEmbed 1.0",
"H5P.Image 1.0",
"H5P.ImageHotspots 1.5",
"H5P.ImageHotspotQuestion 1.6",
"H5P.InteractiveVideo 1.17",
"H5P.Link 1.3",
"H5P.MarkTheWords 1.7",
"H5P.MemoryGame 1.2",
"H5P.MultiChoice 1.10",
"H5P.QuestionSet 1.13",
"H5P.SingleChoiceSet 1.9",
"H5P.Summary 1.8",
"H5P.Timeline 1.1",
"H5P.TrueFalse 1.2",
"H5P.TwitterUserFeed 1.0",
"H5P.Video 1.3"
]
},
{
"name": "useSeparator",
"type": "select",
"importance": "low",
"label": "Separate content with a horizontal ruler",
"default": "auto",
"options": [
{
"value": "auto",
"label": "Automatic (default)"
},
{
"value": "disabled",
"label": "Never use ruler above"
},
{
"value": "enabled",
"label": "Always use ruler above"
}
]
}
]
}
}
]