Reusable Paragraph types for content authors. This recipe provides ready‑to‑use paragraph types such as Highlight and Collapse so editors can build modular, media-rich pages quickly.
- Paragraph type: Highlight (title, body, image, link)
- Paragraph type: Collapse (title + rich body for collapsible sections)
- Field and display configuration for editor and teaser presentations
- Drupal core 10.4+
- Paragraphs module
Install the recipe via Composer or apply it locally with Drush:
composer require drupal/extra_paragraphs
# or, from a local checkout:
# drush recipe ../recipes/extra_paragraphsAfter installation, manage paragraph types under Structure → Paragraphs types.
The exported configuration is in config/ — edit and re-export if you make
changes you want to preserve in the recipe.
GPL-2.0-or-later