Problem/Motivation
In #3587182: Update CKEditor 5 to 48.0.1 CKEditor 5 was updated to v48, which sunsets the old installation method and requires updating to the modern installation method.
Proposed resolution
This is straightforward, we just need to update the import paths.
Remaining tasks
- Update the import paths & rebuild
- Review
- Commit
User interface changes
N/A
Introduced terminology
N/A
API changes
N/A
Data model changes
N/A
Release notes snippet
N/A
Issue fork drupal-3591974
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
pameeela commentedComment #4
pameeela commentedComment #5
godotislateThe ckeditor documentation https://ckeditor.com/docs/ckeditor5/latest/updating/nim-migration/migrat... is a little unclear about whether the
iconsare available in theckeditorpackage (probably not because I think they moved icons out of the main package a couple versions ago?).Separately, I wonder if it's a good idea to delete the CI eslint cache file periodically, in case some upstream changes create JS linting issues like we saw here.
Comment #6
pameeela commentedAgree it wasn't super clear but I tested updating it and everything still works, so worth doing.
Comment #7
smustgrave commentedBelieve I experienced this when I was updating ckeditor5_dev and other ckeditor contrib modules lots of fun (being sarcastic)
Applied the MR and did testing on standard profile trying out all the ckeditor buttons from core, specifically the media embed. All seems to be working as expected. I cleared cache several times too to make sure it took.
Assuming this will be a D12 only?
Comment #8
godotislateYes.