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