Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Removed duplicated "ImageUpload" plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Piechaczek committed Mar 27, 2018
1 parent 7d183de commit cd55f12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions build-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ module.exports = {
'@ckeditor/ckeditor5-image/src/imageupload',
'@ckeditor/ckeditor5-link/src/link',
'@ckeditor/ckeditor5-list/src/list',
'@ckeditor/ckeditor5-paragraph/src/paragraph',
'@ckeditor/ckeditor5-image/src/imageupload',
'@ckeditor/ckeditor5-paragraph/src/paragraph'
],

// Editor config.
Expand Down
4 changes: 1 addition & 3 deletions src/ckeditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import ImageuploadPlugin from '@ckeditor/ckeditor5-image/src/imageupload';
import LinkPlugin from '@ckeditor/ckeditor5-link/src/link';
import ListPlugin from '@ckeditor/ckeditor5-list/src/list';
import ParagraphPlugin from '@ckeditor/ckeditor5-paragraph/src/paragraph';
import Imageupload1Plugin from '@ckeditor/ckeditor5-image/src/imageupload';

export default class BalloonEditor extends BalloonEditorBase {}

Expand All @@ -41,8 +40,7 @@ BalloonEditor.build = {
ImageuploadPlugin,
LinkPlugin,
ListPlugin,
ParagraphPlugin,
Imageupload1Plugin
ParagraphPlugin
],
config: {
toolbar: {
Expand Down

0 comments on commit cd55f12

Please sign in to comment.