- Issue created by @basvredeling
- 🇳🇱Netherlands basvredeling Amsterdam
I believe MR 19 fixes all the paragraph library display issues. To test / review, please:
- define a paragraph type that has multiple display modes
- add a paragraphs field to a node type that uses above paragraph type
- configure the display mode of the node type to use layout builder and make sure the paragraph blocks of the new type are selectable
- enable the paragraph_library module
- set the paragraph type to be promotable to the library
- create a node with two paragraphs of the new type
- promote one of these paragraphs to the paragraph library
- edit the node's layout via the layout builder and check if you see a "Paragraphs" and a "Paragraphs from library" section
- check if both paragraphs have a selectable display mode and display properly both when they're just content on the node or content from the paragraph library
- 🇳🇱Netherlands tim_dj Netherlands
Works good. I do see one deprecation notice:
Deprecated function: Creation of dynamic property Drupal\paragraph_blocks\ParagraphBlocksLabeller::$paragraphStorage is deprecated in Drupal\paragraph_blocks\ParagraphBlocksLabeller->__construct() (line 83 of modules/contrib/paragraph_blocks/src/ParagraphBlocksLabeller.php).