Skip to content
Snippets Groups Projects
Commit 26e97a34 authored by Christos's avatar Christos
Browse files

Update README.md

parent 572b0d47
No related branches found
No related tags found
No related merge requests found
...@@ -32,6 +32,16 @@ MenuService: [ ...@@ -32,6 +32,16 @@ MenuService: [
``` ```
### ProseMirror Plugins
In case you need tableEditing or columnResizing plugins add the to the array of `PmPlugins` in your editor's config
```
PmPlugins: [
tableEditing(),
columnResizing(),
],
```
### Start the Service ### Start the Service
``` ```
...@@ -40,11 +50,4 @@ MenuService: [ ...@@ -40,11 +50,4 @@ MenuService: [
] ]
``` ```
### ProseMirror Plugins
In case you need tableEditing or columnResizing plugins add the to the array of `PmPlugins` in your editor's config
PmPlugins: [
tableEditing(),
columnResizing(),
],
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