Skip to content
Snippets Groups Projects

WIP: Issue #3272732: CKEditor5 support initial commit

Compare and
38 files
+ 3092
60
Compare changes
  • Side-by-side
  • Inline

Files

+ 8
0
/**
* @file
* Styles for the Drupal Entity in CKEditor 5.
*/
.ck .drupal-entity [data-drupal-entity-preview] {
pointer-events: none;
}
Loading