The Extra Block Content recipe (morethanthemes/extra_block_content) enables the Block Content module and applies a predefined configuration for reusable custom blocks in Drupal. This includes view modes, field definitions, and a basic view setup to help demonstrate or scaffold block usage.
It’s useful as a starting point when building Drupal themes or recipes that rely on block-based layout composition.
- Enables
block_content: Activates Drupal's built-in custom block functionality. - Preconfigured Settings: Applies view modes, field storage, and basic view configuration for block content.
- Lightweight Scaffold: Useful for recipe or theme builders who want to work with reusable blocks.
To install via Composer, run:
composer require morethanthemes/extra_block_content- Drupal 10 or 11
- Composer package manager
Licensed under GPL-2.0-or-later.
Developed by More than Themes for Webmaker+
Contributions are welcome! Feel free to submit issues or feature requests.