Преглед на файлове

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
 };