On this page
Paragraphs Library
The Paragraphs Library module provides support for reusing paragraphs. This has been achieved through a Library Item entity type that can be later referenced as a normal paragraph.
Paragraphs that can be reused are displayed on the "Paragraphs library" overview page (i.e. admin/content/paragraphs).
Limitations
The module provides an access control handler with limited functionality. Since Library Item entity has no concept of the parent, the access check is forwarded to the referenced entity which only ensures if the referenced paragraph is enabled.
Be aware when using paragraph library items that need to depend on the host's entity access as its limited accessibility is not guaranteed.
When a Library item is referenced, labels from referenced paragraph and library item itself are displayed. For the default paragraph type 'From library', provided by Paragraphs Library module, these labels are removed in a preprocess hook.
If you want the same behavior for some custom paragraph type with Library item, you need to implement your own hook or change the existing one to adjust label behavior.
Help improve this page
You can:
- Log in, click Edit, and edit this page
- Log in, click Discuss, update the Page status value, and suggest an improvement
- Log in and create a Documentation issue with your suggestion