diff --git a/README.md b/README.md index 4584330..1478fb5 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,7 @@ export default { | `editable` | `Boolean` | `true` | When set to `false` the editor is read-only. | | `extensions` | `Array` | `[]` | A list of extensions used, by the editor. This can be `String`, `Nodes`, `Marks` or `Plugins`. | | `toolbar` | `Array` | `[]` | A list of toolbar button used, by the editor. This can be `String`, Vue components | +| `tableToolbar` | `Array` | `[]` | A list of toolbar button used, by the table. This can be `String`, Vue components | ## Extensions