Skip to content
Snippets Groups Projects
Commit 7eb553c0 authored by chris's avatar chris
Browse files

cleanup configs

parent fa57d18a
No related branches found
No related tags found
No related merge requests found
......@@ -43,10 +43,10 @@ import {
CustomTagInlineToolGroupService,
CustomTagBlockToolGroupService,
CustomTagService,
YjsService,
disallowPasteImagesPlugin,
BlockDropDownToolGroupService,
TitleToolGroupService,
// YjsService,
// BlockDropDownToolGroupService,
// TitleToolGroupService,
} from 'wax-prosemirror-services';
import { EditoriaSchema } from 'wax-prosemirror-core';
......@@ -85,8 +85,8 @@ export default {
templateArea: 'mainMenuToolBar',
toolGroups: [
'Base',
'BlockDropDown',
'TitleTool',
// 'BlockDropDown',
// 'TitleTool',
{
name: 'Annotations',
more: [
......@@ -102,6 +102,7 @@ export default {
'CustomTagInline',
'Notes',
'Lists',
'Images',
'SpecialCharacters',
'CodeBlock',
'Tables',
......@@ -109,10 +110,10 @@ export default {
'FullScreen',
],
},
// {
// templateArea: 'leftSideBar',
// toolGroups: ['DisplayText'],
// },
{
templateArea: 'leftSideBar',
toolGroups: ['DisplayText'],
},
{
templateArea: 'commentTrackToolBar',
toolGroups: ['TrackCommentOptions'],
......@@ -176,9 +177,9 @@ export default {
// },
services: [
new TitleToolGroupService(),
// new TitleToolGroupService(),
// new YjsService(),
new BlockDropDownToolGroupService(),
// new BlockDropDownToolGroupService(),
new CustomTagService(),
new DisplayBlockLevelService(),
new DisplayToolGroupService(),
......@@ -202,7 +203,7 @@ export default {
new CodeBlockService(),
new CodeBlockToolGroupService(),
new EditingSuggestingService(),
// new DisplayTextToolGroupService(),
new DisplayTextToolGroupService(),
new MathService(),
new FindAndReplaceService(),
new TrackingAndEditingToolGroupService(),
......
......@@ -22,7 +22,7 @@ import {
EssayService,
MatchingService,
MultipleDropDownService,
ExternalAPIContentService,
// ExternalAPIContentService,
} from 'wax-prosemirror-services';
import { DefaultSchema } from 'wax-prosemirror-core';
......@@ -113,7 +113,7 @@ export default {
'Lists',
'Images',
'Tables',
'ExternalAPIContent',
// 'ExternalAPIContent',
'QuestionsDropDown',
'FullScreen',
],
......@@ -127,9 +127,9 @@ export default {
toolGroups: ['MultipleDropDown'],
},
],
ExternalAPIContentService: {
ExternalAPIContentTransformation: ExternalAPIContentTransformation,
},
// ExternalAPIContentService: {
// ExternalAPIContentTransformation: ExternalAPIContentTransformation,
// },
SchemaService: DefaultSchema,
RulesService: [emDash, ellipsis],
......@@ -137,7 +137,7 @@ export default {
PmPlugins: [columnResizing(), tableEditing(), invisibles([hardBreak()])],
services: [
new ExternalAPIContentService(),
// new ExternalAPIContentService(),
new MatchingService(),
new FillTheGapQuestionService(),
new MultipleChoiceQuestionService(),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment