This repository was archived by the owner on Jun 26, 2020. It is now read-only.
File tree 2 files changed +2
-5
lines changed
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,7 @@ module.exports = {
30
30
'@ckeditor/ckeditor5-image/src/imageupload' ,
31
31
'@ckeditor/ckeditor5-link/src/link' ,
32
32
'@ckeditor/ckeditor5-list/src/list' ,
33
- '@ckeditor/ckeditor5-paragraph/src/paragraph' ,
34
- '@ckeditor/ckeditor5-image/src/imageupload'
33
+ '@ckeditor/ckeditor5-paragraph/src/paragraph'
35
34
] ,
36
35
37
36
// Editor config.
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ import ImageuploadPlugin from '@ckeditor/ckeditor5-image/src/imageupload';
20
20
import LinkPlugin from '@ckeditor/ckeditor5-link/src/link' ;
21
21
import ListPlugin from '@ckeditor/ckeditor5-list/src/list' ;
22
22
import ParagraphPlugin from '@ckeditor/ckeditor5-paragraph/src/paragraph' ;
23
- import Imageupload1Plugin from '@ckeditor/ckeditor5-image/src/imageupload' ;
24
23
25
24
export default class InlineEditor extends InlineEditorBase { }
26
25
@@ -41,8 +40,7 @@ InlineEditor.build = {
41
40
ImageuploadPlugin ,
42
41
LinkPlugin ,
43
42
ListPlugin ,
44
- ParagraphPlugin ,
45
- Imageupload1Plugin
43
+ ParagraphPlugin
46
44
] ,
47
45
config : {
48
46
toolbar : {
You can’t perform that action at this time.
0 commit comments