Overview

Paragraphs Sets allows to create different sets of paragraphs.
These sets can be automatically added to a new entity or selected while creating/editing the entity.

This allows editors to add content way faster because they do not need to add all required paragraphs manually and can focus on the content.

Limitations

Providing default values for the paragraphs is tested only for primitive field types (i.e. "text_plain" or "text_long"). More complex types may work.
If you really need to provide default values for other types (i.e. for files or nested paragraphs) you should implement hook_paragraphs_set_data_alter() in a custom module and set the value there.

Extensions

For more flexibility when setting default content to paragraphs there is a new module called Paragraphs Sets Plugins which allows using data transformation plugins (as used in Migrate) to create entities on-the-fly.

Upgrade from 8.x-2.x

If you upgrade from version 8.x-2.x to 3.x and access the configuration created by Paragraphs Sets in custom modules, please note that the schema changed. In 8.x-2.x "type" was used to reference Paragraphs bundles. From 3.x on "bundle" is used in configuration. See #3199395: Consider using `bundle` instead of `type` for more information.

Supporting organizations: 

Project information

Releases