Problem/Motivation

In this experience builder issue, we added support for running Drupal's CKEditor 5 integration in React #3484395: CKEditor 5 not loading on formatted text Field Widgets in the component instance form.

This required pasting in most of the helper functions from ckeditor5.js, which means it's super-not-DRY and there's a risk of them going out of sync.

There's also not much risk in just making these available somewhere in a Global object, so perhaps we could do that and it would benefit Experience Builder and other projects that would like a higher degree of control over CKEditor5 integration while still largely adhering to how core does it.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

Introduced terminology

API changes

Data model changes

Release notes snippet

Issue fork drupal-3521761

Command icon 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

bnjmnm created an issue. See original summary.

quietone’s picture

Version: 11.1.x-dev » 11.x-dev

Version: 11.x-dev » main

Drupal core is now using the main branch as the primary development branch. New developments and disruptive changes should now be targeted to the main branch.

Read more in the announcement.