- Issue created by @pdureau
- π©πͺGermany Christian.wiedemann
Maybe we can use CKEDitor Block integration https://www.drupal.org/project/ckeditor_insert_blocks β
- π¬π§United Kingdom juc1
By the way this doc page https://www.drupal.org/docs/develop/theming-drupal/using-single-director... β says:
UI Patterns (version >=2.0) - Automatically integrates components into Drupal within Layout Builder, CKEditor, Views, Blocks, etc.
So does that mean the doc is misinforming because UI Patterns does not work with CKEditor?
- π«π·France just_like_good_vibes PARIS
Hello juc1, thank you for this kind message ;)
we will soon propose a tiny update to this part of doc, if a small mistake has been made by someone.
we donβt want any misunderstanding, indeed ckeditor integration had been planned for 2.1, and not for 2.0. - π«π·France pdureau Paris
It is like that since the first version of SDC documentation, nearly 2 years before the release of UI Patterns 2: https://www.drupal.org/node/3352957/revisions/13043240/view β π
The scope of the future 2.0 and 2.1 versions was far from being defined at this time. I will fix this.
- π©πͺGermany yannickoo Berlin
Hey @just_like_good_vibes! I would recommend to use the Embedded Content β module and provide a way to provide plugin derivatives for all SDCs.
Here you can find an example implementation of an Embedded Content plugin
- π«π·France just_like_good_vibes PARIS
Hello @yannickoo and thank you for the tip.
Indeed, we target something similar to what Embedded Content is doing, but first we are trying to have no contrib dependencies.
We will anyway discuss that potential dependency with others from the team.
We have already ckeditor5 implementations in ui_styles an ui_icon module, so we can add one here.