Problem/Motivation
After upgrading to CKEditor 5 v45+, the custom WxT CKEditor plugins Alert and Panel no longer render their toolbar icons correctly. This is due to upstream breaking changes in CKEditor 5 that affect how SVG icons are imported and registered within custom plugins.
As a result, the toolbar buttons throw a JS error and CKEditor5 doesn't initialize.
This impacts Drupal WxT installations using the custom wxt_alert and wxt_panel CKEditor 5 plugins.
Steps to reproduce
Install WxT 6.2.x, including the wxt_ext_editor sub-module. Go to a node edit form that uses a text format with these buttons included, see error in console.
Comments
Comment #2
smulvih2This change has already been included in WxT 5.6.x and is working as expected. This change will also be included in 6.2.x once an official release has been published.
Comment #3
joseph.olstad#3531472: Drupal 10.5 / 11.2 incompatibility
Comment #4
smulvih2This fix is already in 5.6.x and is now in 6.2.x. Closing ticket as this is now complete.