Added textual editor.
parent
cb8db9b35e
commit
0165ebb695
|
@ -44,7 +44,12 @@
|
|||
{
|
||||
"machineName": "H5PEditor.VerticalTabs",
|
||||
"majorVersion": 1,
|
||||
"minorVersion": 1
|
||||
},
|
||||
{
|
||||
"machineName": "H5PEditor.QuestionSetTextualEditor",
|
||||
"majorVersion": 1,
|
||||
"minorVersion": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -92,7 +92,16 @@
|
|||
"name": "questions",
|
||||
"label": "Questions",
|
||||
"type": "list",
|
||||
"widget": "verticalTabs",
|
||||
"widgets": [
|
||||
{
|
||||
"name": "VerticalTabs",
|
||||
"label": "Default"
|
||||
},
|
||||
{
|
||||
"name": "QuestionSetTextualEditor",
|
||||
"label": "Textual"
|
||||
}
|
||||
],
|
||||
"min": 1,
|
||||
"entity": "question",
|
||||
"field": {
|
||||
|
|
Loading…
Reference in New Issue