Przeglądaj źródła

Reverted changes out of the ticket scope.

Kamil Piechaczek 5 lat temu
rodzic
commit
deab73e527
1 zmienionych plików z 1 dodań i 4 usunięć
  1. 1 4
      tests/manual/all-features.js

+ 1 - 4
tests/manual/all-features.js

@@ -36,8 +36,6 @@ import ImageResize from '@ckeditor/ckeditor5-image/src/imageresize';
 import LinkImage from '@ckeditor/ckeditor5-link/src/linkimage';
 
 import { CS_CONFIG } from '@ckeditor/ckeditor5-cloud-services/tests/_utils/cloud-services-config';
-import PasteFromOffice from '@ckeditor/ckeditor5-paste-from-office/src/pastefromoffice';
-import ListStyle from '@ckeditor/ckeditor5-list/src/liststyle';
 
 ClassicEditor
 	.create( document.querySelector( '#editor' ), {
@@ -48,8 +46,7 @@ ClassicEditor
 			Highlight, FontColor, FontBackgroundColor, FontFamily, FontSize,
 			IndentBlock, WordCount, EasyImage,
 			TodoList, PageBreak, HorizontalLine, Mention, RemoveFormat, TextTransformation,
-			ImageResize, LinkImage,
-			PasteFromOffice, ListStyle
+			ImageResize, LinkImage
 		],
 		toolbar: [
 			'heading',