- Issue created by @pdureau
- Assigned to G4MBINI
- π«π·France G4MBINI BΓ¨gles
It seems to me that this module doesn't work with layout pluglins generated by UIP2.
I don't know if it's coming from the module or from UIP2. I find nothing in the logs ...
My steps:
- Install & activate the module
- Configure full_html text format with some plugin layouts (eg. card, button, grid1, grid2)
- Go to article node/edit
- Try to insert components in ckeditor5
- Close to nothing shows up
When looking at the source in ckeditor (or inspect the node html markup), every insert try to add a component generates the same markup:
<div class="drupal-layout"> </div>
I did a video screenshot that I attach to this issue.
- π«π·France pdureau Paris
It is because of
ckeditor_layouts
which is loading the layout through the theme manager but SDC is not passing through the theme manager.$template = ['#theme' => $layout->getThemeHook()];
https://git.drupalcode.org/project/ckeditor_layouts/-/blob/2.x/src/Plugi...
So, we don't do anything.
- π«π·France Grimreaper France π«π·
pdureau β credited grimreaper β .
Automatically closed - issue fixed for 2 weeks with no activity.