Either I'm doing something wrong, or the CKEditor 5 dev inspector does not load on the latest Drupal 10 Beta 1.

CommentFileSizeAuthor
#3 3310548-3.patch901 byteswim leers

Comments

wwalc created an issue. See original summary.

wim leers’s picture

Title: Dev inspector does not load on D10 Beta 1 » Dev inspector does not load on 10.0.0-beta1 nor 9.5.0-beta1
Assigned: Unassigned » wim leers
Priority: Normal » Critical

On it!

wim leers’s picture

Assigned: wim leers » Unassigned
Status: Active » Needs review
StatusFileSize
new901 bytes

This 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.x users. So … just duplicated the code and added a @todo to remove it in the future 👍

  • bnjmnm committed 391a838 on 1.0.x
    Issue #3310548 by Wim Leers, wwalc: Dev inspector does not load on 10.0....
bnjmnm’s picture

Status: Needs review » Fixed

Manually tested to confirm that the very straightforward solution works as expected. Committed and a release with this change will be available in a moment.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.