Commit 9f026f10 authored by Piotrek Koszuliński's avatar Piotrek Koszuliński

Merge branch 'master' into t/ckeditor5/1247

parents 2c0f1efa 624bec42
...@@ -8,6 +8,8 @@ CKEditor 5 document editor build ...@@ -8,6 +8,8 @@ CKEditor 5 document editor build
The document editor build for CKEditor 5, featuring the decoupled UI editor implementation. Read more about the [document editor build](https://ckeditor.com/docs/ckeditor5/latest/builds/guides/overview.html#document-editor) and see the [demo](https://ckeditor.com/docs/ckeditor5/latest/examples/builds/document-editor.html). The document editor build for CKEditor 5, featuring the decoupled UI editor implementation. Read more about the [document editor build](https://ckeditor.com/docs/ckeditor5/latest/builds/guides/overview.html#document-editor) and see the [demo](https://ckeditor.com/docs/ckeditor5/latest/examples/builds/document-editor.html).
![CKEditor 5 decoupled document editor build screenshot](https://c.cksource.com/a/1/img/npm/ckeditor5-build-decoupled-document.png)
## Documentation ## Documentation
See: See:
......
...@@ -108,7 +108,7 @@ DecoupledEditor.defaultConfig = { ...@@ -108,7 +108,7 @@ DecoupledEditor.defaultConfig = {
] ]
}, },
table: { table: {
toolbar: [ contentToolbar: [
'tableColumn', 'tableColumn',
'tableRow', 'tableRow',
'mergeTableCells' 'mergeTableCells'
......
Markdown is supported
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