Problem/Motivation
The seeds_editor module requires drupal/editor_advanced_link: ^2.6, which resolves to the dev-2.x
branch. This branch is incompatible with CKEditor5 v45+ (shipped in Drupal 10.5 / 11.2), causing a
fatal JavaScript error when opening the link dialog:
Uncaught CKEditorError: unexpected-error
TypeError: Cannot read properties of undefined (reading 'viewUid')
at i._remove (ckeditor5-dll.js)
at h._addGroupsToFormView (editorAdvancedLink.js)
The editor_advanced_link maintainers fixed this in a new 2.3.x branch (latest stable: 2.3.4), which is
a rewrite of the link UI for CKEditor5 v45+ compatibility. However, 2.3.4 < 2.6, so Composer cannot
install it under the current ^2.6 constraint.
Issue fork seeds_editor-3605830
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 #4
hamzadwaya commented