Skip to content
Snippets Groups Projects
Commit 23a1a3fa authored by chris's avatar chris
Browse files

export tableEditing and columnResizing

parent c290a6e8
No related branches found
No related tags found
1 merge request!488Tables caption
...@@ -46,6 +46,8 @@ import { ...@@ -46,6 +46,8 @@ import {
// YjsService, // YjsService,
// BlockDropDownToolGroupService, // BlockDropDownToolGroupService,
// TitleToolGroupService, // TitleToolGroupService,
tableEditing,
columnResizing,
} from 'wax-prosemirror-services'; } from 'wax-prosemirror-services';
import { EditoriaSchema } from 'wax-prosemirror-core'; import { EditoriaSchema } from 'wax-prosemirror-core';
...@@ -150,6 +152,8 @@ export default { ...@@ -150,6 +152,8 @@ export default {
}, },
}, },
PmPlugins: [ PmPlugins: [
tableEditing(),
columnResizing(),
invisibles([hardBreak()]), invisibles([hardBreak()]),
disallowPasteImagesPlugin(() => disallowPasteImagesPlugin(() =>
onWarning( onWarning(
......
...@@ -61,3 +61,5 @@ export { default as TitleToolGroupService } from './src/WaxToolGroups/TitleToolG ...@@ -61,3 +61,5 @@ export { default as TitleToolGroupService } from './src/WaxToolGroups/TitleToolG
/* Plugins */ /* Plugins */
export { default as disallowPasteImagesPlugin } from './src/ImageService/plugins/disallowPasteImagesPlugin'; export { default as disallowPasteImagesPlugin } from './src/ImageService/plugins/disallowPasteImagesPlugin';
export { tableEditing, columnResizing } from './src/TablesService/tableSrc';
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