Blocks Bulk Actions (BBA)
This module adds a bulk action system to the Drupal block layout page, allowing administrators to enable, disable, or delete multiple blocks at once. It also provides a plugin system for developers to add their own custom bulk actions.
Blocks Bulk Actions (BBA) enhances Drupal’s default Block layout administration page with a powerful and extensible bulk action system, based on the new BlocksBulkActionsManager plugin type.
This allows site administrators to perform operations on multiple block instances at once, directly from the Block layout interface.
Features
- Bulk enable or disable block instances.
- Bulk delete block instances from regions.
- Extensible plugin system for developers to add custom bulk actions.
How it Works
When the module is enabled, a Bulk actions dropdown will appear in the Block layout page for each theme.
Administrators can select multiple blocks, choose an action, and apply it in one operation — saving time compared to editing each block individually.
Default Provided Actions
Out of the box, the module provides:
- Enable selected blocks
- Disable selected blocks
- Delete selected blocks