|
@@ -18,7 +18,7 @@ import LinkPlugin from '@ckeditor/ckeditor5-link/src/link';
|
|
|
import ListPlugin from '@ckeditor/ckeditor5-list/src/list';
|
|
import ListPlugin from '@ckeditor/ckeditor5-list/src/list';
|
|
|
import ParagraphPlugin from '@ckeditor/ckeditor5-paragraph/src/paragraph';
|
|
import ParagraphPlugin from '@ckeditor/ckeditor5-paragraph/src/paragraph';
|
|
|
|
|
|
|
|
-export class ClassicEditor extends ClassicEditorBase {}
|
|
|
|
|
|
|
+export default class ClassicEditor extends ClassicEditorBase {}
|
|
|
|
|
|
|
|
ClassicEditor.build = {
|
|
ClassicEditor.build = {
|
|
|
plugins: [
|
|
plugins: [
|