- Issue created by @jeffschuler
- 🇩🇪Germany Anybody Porta Westfalica
This should have a test to be documented, reprocible and prevent regressions. @jeffschuler could you prepare a test to show the issue?
- First commit to issue fork.
- Merge request !8Issue #3388681: Drop ckeditor5 Drupal plugin class and move settings to filter → (Open) created by s_leu
- Status changed to Needs review
about 1 year ago 9:27am 15 January 2024 @jeffschuler thanks for reporting this. There was indeed a bug with this. I had to move the config for the image styles from the ckeditor plugin into the filter where they actually make more sense. Could you please test this using the code in the MR? Once you confirm I can commit this and tag a new release.
@Anybody Tests for this will follow later when this module gets included into core, see https://www.drupal.org/project/drupal/issues/3364736#comment-15369842 ✨ Allow editing of Width and Height of embedded images Active
- Status changed to Needs work
8 months ago 10:38am 19 August 2024 - 🇪🇨Ecuador cacrody
After applying the patch I am getting error when I want to put in text editor.
The error is:
'apply_image_styles' is not a supported key.
- 🇺🇸United States hablat
Same error as above. It seems the MR/patch does NOT work.
- 🇮🇳India kapil.ropalekar
Attaching patch from above changes. Verified on Drupal 10.3.11
Only additional change added to patch is for the settings variable which was missing in the @Filter thus no value was getting fetched by the $this->getConfiguration()['settings'] under process function.