8
0
Pārlūkot izejas kodu

Tests: Improve editor configuration.

Piotrek Koszuliński 6 gadi atpakaļ
vecāks
revīzija
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;