Explorar o código

Add image toolbar configuration for table block content test.

Maciej Gołaszewski %!s(int64=7) %!d(string=hai) anos
pai
achega
9de906273c

+ 3 - 0
packages/ckeditor5-table/tests/manual/tableblockcontent.js

@@ -16,6 +16,9 @@ ClassicEditor
 			'heading', '|', 'insertTable', '|', 'bold', 'italic', 'bulletedList', 'numberedList', 'blockQuote',
 			'heading', '|', 'insertTable', '|', 'bold', 'italic', 'bulletedList', 'numberedList', 'blockQuote',
 			'alignment', '|', 'undo', 'redo'
 			'alignment', '|', 'undo', 'redo'
 		],
 		],
+		image: {
+			toolbar: [ 'imageStyle:full', 'imageStyle:side' ]
+		},
 		table: {
 		table: {
 			contentToolbar: [ 'tableColumn', 'tableRow', 'mergeTableCells' ]
 			contentToolbar: [ 'tableColumn', 'tableRow', 'mergeTableCells' ]
 		}
 		}