Change record status: 
Project: 
Introduced in branch: 
10.1.x
Introduced in version: 
10.1.0
Description: 

CKEditor 5 is not using the editor.module-andmedia.module provided link, image and media dialog forms:

  1. \Drupal\editor\Form\EditorLinkDialog
  2. \Drupal\editor\Form\EditorImageDialog
  3. \Drupal\media\Form\EditorMediaDialog

There are no longer any Drupal-owned dialog forms to add/edit links or images. We did that for the CKEditor 4 integration because it was going to be a dialog in CKEditor anyway. In CKEditor 5, the UX is simpler (not a dialog).

There is no replacement for the three above mentioned forms and classes.

Impacts: 
Site builders, administrators, editors
Module developers
Themers

Comments

prabhu9484’s picture

If the Online documentation is not done, is it required?
If yes, should I create a new issue?