Browse Source

Enabled table toolbar in the manual test.

Piotrek Koszuliński 6 years ago
parent
commit
11a88507fb
1 changed files with 4 additions and 0 deletions
  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
 };