Ver código fonte

Enabled table toolbar in the manual test.

Piotrek Koszuliński 6 anos atrás
pai
commit
11a88507fb

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