Either I'm doing something wrong, or the CKEditor 5 dev inspector does not load on the latest Drupal 10 Beta 1.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 3310548-3.patch | 901 bytes | wim leers |
Either I'm doing something wrong, or the CKEditor 5 dev inspector does not load on the latest Drupal 10 Beta 1.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 3310548-3.patch | 901 bytes | wim leers |
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.