https://github.com/morethanthemes/extra_block
Creates reusable blocks for demonstration. Places them in regions (e.g.. footer).
https://github.com/morethanthemes/extra_block
drupal drupal-recipe
Last synced: 3 months ago
JSON representation
Creates reusable blocks for demonstration. Places them in regions (e.g.. footer).
- Host: GitHub
- URL: https://github.com/morethanthemes/extra_block
- Owner: morethanthemes
- Created: 2025-05-09T09:38:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-01T13:07:37.000Z (12 months ago)
- Last Synced: 2026-03-27T22:56:57.123Z (3 months ago)
- Topics: drupal, drupal-recipe
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Extra Block Recipe
## Overview
The **Extra Block** recipe (`morethanthemes/extra_block`) provides a collection of reusable **Text/HTML blocks** in Drupal. These blocks are placed in predefined regions (such as the footer) and are ideal for **demonstration purposes** or as starting points for site composition.
This recipe is useful for quickly populating a Drupal site with placeholder or sample content blocks that can be rearranged or extended using Layout Builder or other tools.
## Features
- **Reusable Blocks:** Predefined text/HTML blocks for quick content population.
- **Region Placement:** Automatically places blocks in common regions (e.g., footer).
- **Demonstration Ready:** Helps illustrate Drupal functionality and layout options.
- **Composer Compatibility:** Installable via Packagist.
## Installation
To install via Composer, run:
```sh
composer require morethanthemes/extra_block
````
## Requirements
* Drupal **10 or 11**
* Composer package manager
## License
Licensed under **GPL-2.0-or-later**.
## Organization
Developed by **[More than Themes](https://morethanthemes.com)** for [Webmaker+](https://webmaker.morethanthemes.com)
## Contributing
Contributions are welcome! Feel free to submit issues or feature requests.