|
@@ -20,7 +20,6 @@ import ImageuploadPlugin from '@ckeditor/ckeditor5-image/src/imageupload';
|
|
|
import LinkPlugin from '@ckeditor/ckeditor5-link/src/link';
|
|
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';
|
|
|
-import Imageupload1Plugin from '@ckeditor/ckeditor5-image/src/imageupload';
|
|
|
|
|
|
|
|
|
|
export default class InlineEditor extends InlineEditorBase {}
|
|
export default class InlineEditor extends InlineEditorBase {}
|
|
|
|
|
|
|
@@ -41,8 +40,7 @@ InlineEditor.build = {
|
|
|
ImageuploadPlugin,
|
|
ImageuploadPlugin,
|
|
|
LinkPlugin,
|
|
LinkPlugin,
|
|
|
ListPlugin,
|
|
ListPlugin,
|
|
|
- ParagraphPlugin,
|
|
|
|
|
- Imageupload1Plugin
|
|
|
|
|
|
|
+ ParagraphPlugin
|
|
|
],
|
|
],
|
|
|
config: {
|
|
config: {
|
|
|
toolbar: {
|
|
toolbar: {
|