|
@@ -8,16 +8,13 @@
|
|
|
import ClassicEditor from '@ckeditor/ckeditor5-editor-classic/src/classiceditor';
|
|
import ClassicEditor from '@ckeditor/ckeditor5-editor-classic/src/classiceditor';
|
|
|
import ArticlePluginSet from '@ckeditor/ckeditor5-core/tests/_utils/articlepluginset';
|
|
import ArticlePluginSet from '@ckeditor/ckeditor5-core/tests/_utils/articlepluginset';
|
|
|
import Alignment from '@ckeditor/ckeditor5-alignment/src/alignment';
|
|
import Alignment from '@ckeditor/ckeditor5-alignment/src/alignment';
|
|
|
-import EasyImage from '@ckeditor/ckeditor5-easy-image/src/easyimage';
|
|
|
|
|
-import { CS_CONFIG } from '@ckeditor/ckeditor5-cloud-services/tests/_utils/cloud-services-config';
|
|
|
|
|
|
|
|
|
|
ClassicEditor
|
|
ClassicEditor
|
|
|
.create( document.querySelector( '#editor' ), {
|
|
.create( document.querySelector( '#editor' ), {
|
|
|
- cloudServices: CS_CONFIG,
|
|
|
|
|
- plugins: [ ArticlePluginSet, Alignment, EasyImage ],
|
|
|
|
|
|
|
+ plugins: [ ArticlePluginSet, Alignment ],
|
|
|
toolbar: [
|
|
toolbar: [
|
|
|
'heading', '|', 'insertTable', '|', 'bold', 'italic', 'bulletedList', 'numberedList', 'blockQuote',
|
|
'heading', '|', 'insertTable', '|', 'bold', 'italic', 'bulletedList', 'numberedList', 'blockQuote',
|
|
|
- 'alignment', '|', 'imageUpload', 'undo', 'redo'
|
|
|
|
|
|
|
+ 'alignment', '|', 'undo', 'redo'
|
|
|
],
|
|
],
|
|
|
image: {
|
|
image: {
|
|
|
toolbar: [ 'imageStyle:full', 'imageStyle:side' ]
|
|
toolbar: [ 'imageStyle:full', 'imageStyle:side' ]
|