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.

1.0.1 2025-06-05 08:51 UTC

This package is auto-updated.

Last update: 2025-06-05 08:51:55 UTC


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.