Jelajahi Sumber

Merge branch 'master' into t/ckeditor5/1247

Piotrek Koszuliński 7 tahun lalu
induk
melakukan
c8bf42e957

+ 2 - 0
packages/ckeditor5-build-decoupled-document/README.md

@@ -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).
 
+![CKEditor 5 decoupled document editor build screenshot](https://c.cksource.com/a/1/img/npm/ckeditor5-build-decoupled-document.png)
+
 ## Documentation
 
 See:

+ 1 - 1
packages/ckeditor5-build-decoupled-document/src/ckeditor.js

@@ -108,7 +108,7 @@ DecoupledEditor.defaultConfig = {
 		]
 	},
 	table: {
-		toolbar: [
+		contentToolbar: [
 			'tableColumn',
 			'tableRow',
 			'mergeTableCells'