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 {
// YjsService,
// BlockDropDownToolGroupService,
// TitleToolGroupService,
tableEditing,
columnResizing,
} from 'wax-prosemirror-services';
import { EditoriaSchema } from 'wax-prosemirror-core';
......@@ -150,6 +152,8 @@ export default {
},
},
PmPlugins: [
tableEditing(),
columnResizing(),
invisibles([hardBreak()]),
disallowPasteImagesPlugin(() =>
onWarning(
......
......@@ -61,3 +61,5 @@ export { default as TitleToolGroupService } from './src/WaxToolGroups/TitleToolG
/* Plugins */
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