Problem/Motivation

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

warning messages in ckeditor 5 requiring 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.

CommentFileSizeAuthor
#5 3273088-5.patch3.62 KBwim leers
warning_message.png41.34 KBrkoller

Comments

rkoller created an issue. See original summary.

wim leers’s picture

Category: Feature request » Task
Related issues: +#3222756: Allow using images from external source

+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.

Version: 9.4.x-dev » 9.5.x-dev

Drupal 9.4.0-alpha1 was released on May 6, 2022, which means new developments and disruptive changes should now be targeted for the 9.5.x-dev branch. For more information see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

wim leers’s picture

Also, the image uploads message will disappear with #3222756: Allow using images from external source

This is about to happen now!

wim leers’s picture

Title: Provide more explicit instructions where to change settings to fix warning messages » Provide more explicit instructions where to enable a filter
Priority: Normal » Minor
Status: Active » Needs review
StatusFileSize
new3.62 KB

#3222756: Allow using images from external source happened 😊 That addressed 50% of the original problem report.

This patch solves the other half.

Status: Needs review » Needs work

The last submitted patch, 5: 3273088-5.patch, failed testing. View results

Version: 9.5.x-dev » 10.1.x-dev

Drupal 9.5.0-beta2 and Drupal 10.0.0-beta2 were released on September 29, 2022, which means new developments and disruptive changes should now be targeted for the 10.1.x-dev branch. For more information see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

Version: 10.1.x-dev » 11.x-dev

Drupal core is moving towards using a “main” branch. As an interim step, a new 11.x branch has been opened, as Drupal.org infrastructure cannot currently fully support a branch named main. New developments and disruptive changes should now be targeted for the 11.x branch, which currently accepts only minor-version allowed changes. For more information, see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

Version: 11.x-dev » main

Drupal core is now using the main branch as the primary development branch. New developments and disruptive changes should now be targeted to the main branch.

Read more in the announcement.