Merge branch 'text-editor'
commit
186ef396e2
|
@ -47,6 +47,11 @@
|
||||||
{
|
{
|
||||||
"machineName": "H5PEditor.VerticalTabs",
|
"machineName": "H5PEditor.VerticalTabs",
|
||||||
"majorVersion": 1,
|
"majorVersion": 1,
|
||||||
|
"minorVersion": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"machineName": "H5PEditor.QuestionSetTextualEditor",
|
||||||
|
"majorVersion": 1,
|
||||||
"minorVersion": 0
|
"minorVersion": 0
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -92,7 +92,16 @@
|
||||||
"name": "questions",
|
"name": "questions",
|
||||||
"label": "Questions",
|
"label": "Questions",
|
||||||
"type": "list",
|
"type": "list",
|
||||||
"widget": "verticalTabs",
|
"widgets": [
|
||||||
|
{
|
||||||
|
"name": "VerticalTabs",
|
||||||
|
"label": "Default"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "QuestionSetTextualEditor",
|
||||||
|
"label": "Textual"
|
||||||
|
}
|
||||||
|
],
|
||||||
"min": 1,
|
"min": 1,
|
||||||
"entity": "question",
|
"entity": "question",
|
||||||
"field": {
|
"field": {
|
||||||
|
|
Loading…
Reference in New Issue