Closed (fixed)
Project:
CKEditor 5 Dev Tools
Version:
1.0.0
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Sep 2022 at 07:46 UTC
Updated:
4 Oct 2022 at 15:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
wim leersOn it!
Comment #3
wim leersThis is due to #3307186: Mark CKEditor 5 stable having renamed the asset library, to indicate it's internal only; not designed to be overridden or altered.
Here we are merely depending on its presence. Plus, it's a dev module, so … it's reasonable that we have to chase HEAD 🤓
Note that we should fix this without breaking it for Drupal
9.4.xusers. So … just duplicated the code and added a@todoto remove it in the future 👍Comment #5
bnjmnmManually tested to confirm that the very straightforward solution works as expected. Committed and a release with this change will be available in a moment.