Problem/Motivation
Today's release (2.1.0-beta1) has caused problems on our sites. When I tried to update to the latest version of the module, it broke CKEditor.
Steps to reproduce
- Install Drupal 10.2.10
- Install CKEditor Responsive Plugin version 2.1.0-beta1
- Navigate to a CKEditor WYSIWYG editor
- It should be blank and say "Rich Text Editor" at the top
Proposed resolution
A workaround is to do composer require drupal/ckeditor_responsive_plugin:dev-2.1.x#22b2e1b
And then add this patch in your composer.json file via cweagans/composer-patches . This is just a workaround for people who aren't ready to update to Drupal 10.3 yet. Obviously the best solution is to move to Drupal 10.3. But, if you can't update yet, for whatever reason, this will keep things working.
There may be a code-based solution that allows for both solutions, depending on which version of Drupal people are on, but I haven't looked that deep yet.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | rich-text-editor.png | 12.74 KB | paramnida |
Comments
Comment #2
paramnida commentedComment #3
paramnida commented