Skip to content
Snippets Groups Projects

add inputs

Merged Christos requested to merge widgets into master
Compare and
56 files
+ 2211
144
Compare changes
  • Side-by-side
  • Inline
Files
56
@@ -21,14 +21,15 @@ import {
EditorInfoToolGroupServices,
BottomInfoService,
MultipleChoiceQuestionService,
MultipleChoiceToolGroupService,
FillTheGapQuestionService,
FillTheGapToolGroupService,
MultipleDropDownToolGroupService,
MultipleChoiceDropDownToolGroupService,
EssayService,
EssayToolGroupService,
MatchingService,
MatchingToolGroupService,
MultipleDropDownService,
MultipleDropDownToolGroupService,
} from 'wax-prosemirror-services';
import { DefaultSchema } from 'wax-prosemirror-utilities';
@@ -54,9 +55,10 @@ export default {
'Lists',
'Images',
'Tables',
'MultipleDropDown',
'MultipleChoiceDropDown',
'Essay',
'FillTheGap',
'MultipleDropDown',
'Matching',
'FullScreen',
],
@@ -74,7 +76,8 @@ export default {
new FillTheGapQuestionService(),
new FillTheGapToolGroupService(),
new MultipleChoiceQuestionService(),
new MultipleChoiceToolGroupService(),
new MultipleChoiceDropDownToolGroupService(),
new MultipleDropDownService(),
new MultipleDropDownToolGroupService(),
new EssayService(),
new EssayToolGroupService(),