Closed (fixed)
Project:
UI Patterns (SDC in Drupal UI)
Version:
2.0.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
13 Sep 2024 at 10:08 UTC
Updated:
1 Jan 2025 at 17:49 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
pdureau commentedComment #3
pdureau commentedComment #4
pdureau commentedComment #5
pdureau commentedComment #6
pdureau commentedComment #7
g4mbiniIt 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:
When looking at the source in ckeditor (or inspect the node html markup), every insert try to add a component generates the same markup:
I did a video screenshot that I attach to this issue.
Comment #8
g4mbiniComment #9
pdureau commentedIt is because of
ckeditor_layoutswhich is loading the layout through the theme manager but SDC is not passing through the theme manager.https://git.drupalcode.org/project/ckeditor_layouts/-/blob/2.x/src/Plugi...
So, we don't do anything.
Comment #11
pdureau commented