morethanthemes / extra_paragraphs
There is no license information available for the latest version (1.0.1) of this package.
Provides reusable Paragraph types (highlight, collapse, etc.) for editors.
Package info
github.com/morethanthemes/extra_paragraphs
Language:HTML
Type:drupal-recipe
pkg:composer/morethanthemes/extra_paragraphs
1.0.1
2025-08-25 13:15 UTC
Requires
- drupal/core: >=10.4 || ^11
- drupal/paragraphs: ^1.19
README
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.
What this recipe provides
- 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
Requirements
- Drupal core 10.4+
- Paragraphs module
Installation
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_paragraphs
After installation, manage paragraph types under Structure → Paragraphs types.
Customization
The exported configuration is in config/ — edit and re-export if you make
changes you want to preserve in the recipe.
License
GPL-2.0-or-later