- Issue created by @pdureau
- 🇩🇪Germany Christian.wiedemann
Maybe we can use CKEDitor Block integration https://www.drupal.org/project/ckeditor_insert_blocks →
With UI Patterns 2.0, we cover most of the Drupal Core display builders:
However, one is still missing: Ckeditor5.
There is already a module to use Layout plugins in Ckeditor5:
https://www.drupal.org/project/ckeditor_layouts →
However:
We can take inspiration from UI Icons → module
Contrib:
Preview:
<drupal-icon data-icon-id>
in UI Icons) in the Ckeditor virtual DOM with all the component configuration (component id, variant, slots, props)Rendering:
Configuration:
https://git.drupalcode.org/project/ui_icons/-/tree/1.0.x/modules/ui_icon...
Active
2.0
Code
Maybe we can use CKEDitor Block integration https://www.drupal.org/project/ckeditor_insert_blocks →