- π¬π§United Kingdom alexpott πͺπΊπ
This change is still causing problems.
9.5.x > composer require drupal/colorbutton Using version ^1.5 for drupal/colorbutton ./composer.json has been updated Running composer update drupal/colorbutton > Drupal\Composer\Composer::ensureComposerVersion Loading composer repositories with package information Updating dependencies Lock file operations: 3 installs, 0 updates, 0 removals - Locking drupal/ckeditor (1.0.1) - Locking drupal/colorbutton (1.5.0) - Locking drupal/panelbutton (1.5.0) Writing lock file Installing dependencies from lock file (including require-dev) Package operations: 3 installs, 0 updates, 0 removals - Downloading drupal/ckeditor (1.0.1) - Downloading drupal/panelbutton (1.5.0) - Downloading drupal/colorbutton (1.5.0) - Installing drupal/ckeditor (1.0.1): Extracting archive - Installing drupal/panelbutton (1.5.0): Extracting archive - Installing drupal/colorbutton (1.5.0): Extracting archive
I'm on Drupal 9.5.x and there is no reason that I should be installing drupal/ckeditor (1.0.1) on 9.5.x. I don't want to move to the contrib module yet.
- π΅πΉPortugal gueguerreiro Lisboa
FYI, this also happened on one of our websites after an upgrade to Drupal 9.5, which caused CKEditor 4 to break, because of an incompatibility with advagg, which expects CKEditor JS path to be the one from core: π CKeditor skin CSS 404 after "Enable preprocess on all JS" Needs review . We did not want to use the one from contrib, but there was no way to force it to use the module from Core, that I could tell.
And the migration to CKEditor 5 is still a no-go for this particular website, because there are some installed CKEditor plugins that are still not compatible with the new version.