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.

Maintainers

Package info

github.com/morethanthemes/extra_paragraphs

Language:HTML

Type:drupal-recipe

pkg:composer/morethanthemes/extra_paragraphs

Statistics

Installs: 59

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.1 2025-08-25 13:15 UTC

This package is auto-updated.

Last update: 2026-03-04 12:00:59 UTC


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