Browse Source

That option got renamed in the meantime.

Piotrek Koszuliński 7 years ago
parent
commit
caea1bcb6f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-build-classic/src/ckeditor.js

+ 1 - 1
packages/ckeditor5-build-classic/src/ckeditor.js

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