morethanthemes / extra_block_content
Installs and configures the Block Content module to enable reusable custom blocks. Includes sample blocks placed in common regions such as the footer.
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:drupal-recipe
Requires
- drupal/core: ^10 || ^11
README
Overview
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.
Features
- 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.
Installation
To install via Composer, run:
composer require morethanthemes/extra_block_content
Requirements
- Drupal 10 or 11
- Composer package manager
License
Licensed under GPL-2.0-or-later.
Organization
Developed by More than Themes for Webmaker+
Contributing
Contributions are welcome! Feel free to submit issues or feature requests.