- Call: /block/add/advanced_block
- Add a layout and open the DROWL paragraph settings

Update: The library is attached after the first paragraph/layout is added. So we need to attach it if any paragraphs field is present in the entity form instead of attaching it only to the paragraphs edit form.
| Comment | File | Size | Author |
|---|---|---|---|
| drowl_paragraphs_settings_missing_library.png | 39.4 KB | thomas.frobieter |
Issue fork drowl_paragraphs-3274593
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
thomas.frobieterComment #3
anybodyConfirming! Just had the same issue!
Comment #4
anybodyComment #5
anybodyComment #6
thomas.frobieterI had already suggested a more general hook to solve this, which worked perfectly fine, but you didn't liked it :P so.. your part.
OR its not released yet and we have it in DEV.. I am not entirely sure..
Update: Checked it, we've release the new hook with 4.1.10:
I don't know.. if this is not working again.. pfff...
Comment #7
anybody@thomas.frobieter see
#3253875: hook_layout_paragraph_element_form_alter not existing
#3199858: Create a custom hook to Alter the Layout Paragraph Element Form
TL;DR: The hook we used only existed in 1.x!
So this can't work with layout_paragraphs 2.x - no idea where that came from for 4.x or if we just forgot to update it.
So this is what we need:
I'll prepare a MR. Already can confirm it works for nodes and blocks.
Comment #9
anybodyComment #11
anybodyFixed! Will be shipped with 4.2.18!