- Issue created by @Jons
- 🇺🇸United States vlyalko
Having the same issues after upgrading to Drupal Core 10.3.0
On saving the any ckeditor5 text format, eg full_html, an error message is displayed showing:
'image_style_activity_card_responsive_style__gesso_images_desktop' is not a supported key.
'image_style_activity_card_responsive_style__gesso_images_desktop_2x' is not a supported key.
'image_style_activity_card_responsive_style__gesso_images_desktop_lg' is not a supported key.
'image_style_activity_card_responsive_style__gesso_images_desktop_lg_2x' is not a supported key.
......... - 🇫🇷France teddyvermeulin
Having the same issues after upgrading to Drupal Core 10.3.0
La clé "theme" n'est pas prise en charge. La clé "syntax" n'est pas prise en charge. La clé "height" n'est pas prise en charge. La clé "width" n'est pas prise en charge. La clé "font_size" n'est pas prise en charge. La clé "line_numbers" n'est pas prise en charge. La clé "print_margins" n'est pas prise en charge. La clé "show_invisibles" n'est pas prise en charge. La clé "use_wrap_mode" n'est pas prise en charge.
And another one :
This value must be a number of bytes, optionally with a unit such as "MB" or "megabytes". does not represent a number of bytes. This value should be between 1 and 99999.
- 🇺🇸United States vlyalko
In my case, this issue was related to the drupal/inline_responsive_images contrib module. After removing this module, I am able to save and update the text editors configurations.
- 🇯🇴Jordan Rajab Natshah Jordan
Facing the same issue, with a fresh install + any contrib module with filters
- Status changed to Needs review
5 months ago 2:08pm 1 July 2024 - 🇯🇴Jordan Rajab Natshah Jordan
Attached a static patch file for drupal core 2024-07-01 mr-8608
to use with composer patches - Status changed to Needs work
5 months ago 2:37pm 1 July 2024 - 🇺🇸United States smustgrave
MR should still be pointed at 11.x as the current development branch
Seems like the kind of bug that will need test coverage also
Tagging for issue summary as that's still empty, mainly proposed solution
Thanks!