views_bvb
No security coverage
Views BVB (Better Views Block) adds a new Views display type — the BVB block — that lets individual block placements override view options without requiring separate Views displays. Instead of duplicating a display every time you need a slightly different pager count, sort order, or style, you configure which options are exposable once on the display, and editors set the override values per block placement in the block layout UI, in Layout Builder or Canvas.
Features
- New BVB block display type in the Views UI
- Per-placement overrides for: pager (type & items per page), style plugin, row plugin, sorts, contextual arguments, query options, empty behaviour, and custom option plugins
- Granular "Allow" settings on the display control exactly which options editors may override
- Full AJAX compatibility — pager and exposed filter requests re-apply overrides automatically
- Plugin API (
ViewsBvbOption) for contributing modules to add their own overridable options - Optional Search API integration: BVB block display for Search API Views
Requirements
- Drupal 11+
- Views (included in Drupal core)
- Optional: Search API (for Search API Views block support)
Getting started
- In the Views UI, add a new display to any view and choose BVB block.
- Under Block settings → Allow, tick the options editors should be able to override.
- Place the block via Structure → Block layout — the block form will show an Overrides section for the options you enabled.