Enable Upload Image plugin by default #1249
Labels
good first issue
Relatively easy to fix. This is a perfect issue if you are willing to create a Pull Request.
plugin:uploadimage
The plugin which probably causes the issue.
status:confirmed
An issue confirmed by the development team.
type:task
Any other issue (refactoring, typo fix, etc).
Milestone
Are you reporting a feature request or a bug?
Other, task
Provide detailed reproduction steps (if any)
After adding a feature to inline Word images in CKEditor 4 we would want to encourage our users to upload them to backend (keeping images as base64 encoded src is not good idea).
For that we'll enable
uploadimage
plugin by default, so the only remaining part is to addconfig.imageUploadUrl
property.The Upload Image plugin should be added to the standard and full presets.
Also we want to skip error reporting in case of missing
config.imageUploadUrl
property. Currently upload image will report an error if no upload URL is provided.Instead it should silently pass, and not register any plugin features.
The text was updated successfully, but these errors were encountered: