Plugins configurations options should accept also arrays #1802
Labels
changelog:api
A changelog entry should be put in the API section of the changelog.
good first issue
Relatively easy to fix. This is a perfect issue if you are willing to create a Pull Request.
status:confirmed
An issue confirmed by the development team.
target:major
Any docs related issue that should be merged into a major branch.
type:feature
A feature request.
Milestone
Are you reporting a feature request or a bug?
Feature request
Provide detailed reproduction steps (if any)
plugins
,extraPlugins
andremovePlugins
), e.g.:Expected result
Plugins are added/removed correctly.
Actual result
Editor raises an error.
Other details
This issue would require to alter parsing of these options in
core/editor.js
:https://github.com/ckeditor/ckeditor-dev/blob/9204212e0217ba86fe2ec871d1649693d5808154/core/editor.js#L494-L516
The text was updated successfully, but these errors were encountered: