Problem/Motivation
When adding certain buttons to the active toolbar in CKEditor 5 warning messages are displayed requiring the user activating certain settings.

Problem is where to find and enable Image uploads and embed media filters. There are the checkboxes in the enabled filters section. when i scan for embed media filter and image uploads in that enabled filters list i am only able to spot embed media and am able to enable it. but i am unable to find the exact wording for image upload. then i have to remember that there is the plugin settings with the image upload title and within the vertical tab there is the enable image uploads checkbox "hidden".
.
Steps to reproduce
- create a ckeditor5 text format
- take care that the image and drupal media button is in the active toolbar.
Proposed resolution
I would suggest to add more explicit instruction in which section the required settings could be found for each warning message. for drupal media that the user could find and alter the settings in the enabled filters section while for image upload the user has to go to the image upload tab in the ckeditor 5 plugin settings.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 3273088-5.patch | 3.62 KB | wim leers |
| warning_message.png | 41.34 KB | rkoller |
Comments
Comment #2
wim leers+1, but … it's still a net improvement over CKEditor 4. In CKEditor 4, you wouldn't get any message, and so things could actually be broken, and the only way to find out would be to interact with the configured CKEditor 4 instance!
Also, the image uploads message will disappear with #3222756: Allow using images from external source.
Comment #4
wim leersThis is about to happen now!
Comment #5
wim leers#3222756: Allow using images from external source happened 😊 That addressed 50% of the original problem report.
This patch solves the other half.