浏览代码

Enabled table toolbar in the manual test.

Piotrek Koszuliński 6 年之前
父节点
当前提交
11a88507fb
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      packages/ckeditor5-image/tests/manual/imageresize.js

+ 4 - 0
packages/ckeditor5-image/tests/manual/imageresize.js

@@ -32,6 +32,10 @@ const commonConfig = {
 			'side' // Purposely using side image instead right aligned image to make sure it works well with both style types.
 		]
 	},
+	table: {
+		contentToolbar: [ 'tableColumn', 'tableRow', 'mergeTableCells' ],
+		tableToolbar: [ 'bold', 'italic' ]
+	},
 	cloudServices: CS_CONFIG
 };