Procházet zdrojové kódy

Tests: Improve editor configuration.

Piotrek Koszuliński před 6 roky
rodič
revize
67b4c06b03

+ 8 - 1
packages/ckeditor5-easy-image/tests/manual/easyimage.js

@@ -33,7 +33,14 @@ ClassicEditor
 		],
 		image: {
 			toolbar: [ 'imageStyle:full', 'imageStyle:side', '|', 'imageTextAlternative' ]
-		}
+		},
+		table: {
+			contentToolbar: [
+				'tableColumn',
+				'tableRow',
+				'mergeTableCells'
+			]
+		},
 	} )
 	.then( editor => {
 		window.editor = editor;