Explorar el Código

Internal: Aligned code to the changed table toolbar name.

Maciej Bukowski hace 7 años
padre
commit
e2def286b1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/ckeditor5-build-decoupled-document/src/ckeditor.js

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

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