ソースを参照

Update manual test.

panr 5 年 前
コミット
076892e424
1 ファイル変更0 行追加26 行削除
  1. 0 26
      packages/ckeditor5-image/tests/manual/imageresizeui.js

+ 0 - 26
packages/ckeditor5-image/tests/manual/imageresizeui.js

@@ -24,32 +24,6 @@ const commonConfig = {
 	],
 	toolbar: [ 'heading', '|', 'bold', 'italic', 'link',
 		'bulletedList', 'numberedList', 'blockQuote', 'insertTable', 'undo', 'redo', 'outdent', 'indent' ],
-	image: {
-		resizeUnit: '%',
-		resizeOptions: [
-			{
-				name: 'imageResize:original',
-				label: 'Original size',
-				value: null
-			},
-			{
-				name: 'imageResize:50',
-				label: '50%',
-				value: '50'
-			},
-			{
-				name: 'imageResize:75',
-				label: '75%',
-				value: '75'
-			}
-		],
-		toolbar: [ 'imageStyle:alignLeft', 'imageStyle:full', 'imageStyle:side', '|', 'imageResize' ],
-		styles: [
-			'full',
-			'alignLeft',
-			'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' ]