- Issue created by @minoroffense
- @minoroffense opened merge request.
- Status changed to Needs review
about 1 year ago 5:08pm 17 October 2023
The controls in layout paragraphs 2.x on the edit page don't work with this module. You can add the paragraphs but then can't edit or change them afterwards.
Install layout paragraphs 2
Add a11y paragraph tabs to a section
Try to edit the paragraphs again
The hook_theme definition in this module for the wrapper uses `'render element' => 'element'` instead of `elements` like the paragraphs module does on the base paragraph theme hook. Changing it to be `elements` makes it work.
The theme hook is now different. render element would be `elements`
Needs review
2.0
Code