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

T/49: Implement options extraPlugins and removePlugins #77

Merged
merged 2 commits into from
Apr 4, 2017
Merged

Conversation

pomek
Copy link
Member

@pomek pomek commented Apr 4, 2017

Suggested merge commit message (convention)

Fix: Ability to remove plugins built in the Editor class during plugins initialization. Closes ckeditor/ckeditor5#2873.

@pomek pomek requested a review from Reinmar April 4, 2017 09:45
};

const editor = new CustomEditor( {
plugins: [
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These two settings mean the same so you don't know which one worked if you passed both. Since we're adding support for removePlugins please remove plugins from here.

@Reinmar Reinmar merged commit 5834fed into master Apr 4, 2017
@Reinmar Reinmar deleted the t/49 branch April 4, 2017 10:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants