|
|
@@ -8,12 +8,12 @@
|
|
|
/* config { "sassImportPath": "./custom.scss" } */
|
|
|
|
|
|
import ClassicEditor from '@ckeditor/ckeditor5-editor-classic/src/classiceditor';
|
|
|
-import ArticlePreset from '@ckeditor/ckeditor5-presets/src/article';
|
|
|
+import ArticlePluginSet from '@ckeditor/ckeditor5-core/tests/_utils/articlepluginset';
|
|
|
import './extras.scss';
|
|
|
|
|
|
ClassicEditor
|
|
|
.create( document.querySelector( '#snippet-classic-editor' ), {
|
|
|
- plugins: [ ArticlePreset ],
|
|
|
+ plugins: [ ArticlePluginSet ],
|
|
|
toolbar: [ 'headings', 'bold', 'italic', 'link', 'bulletedList', 'numberedList', 'blockQuote', 'undo', 'redo' ],
|
|
|
image: {
|
|
|
toolbar: [ 'imageStyleFull', 'imageStyleSide', '|', 'imageTextAlternative' ]
|