This module adds a new row style to Views that lets you use any installed Layout API layout for each result row. You can then map your Views fields to regions within the chosen layout, giving you full control over the HTML structure of each item in your listings without needing custom templates or theme overrides.
Views Layout Row
Views Layout Row provides a new Views row style plugin that allows each result row to be rendered using any installed Layout API layout.
Instead of being limited to traditional table or unformatted rows, this module lets you fully control the HTML structure of each row by selecting a layout and mapping Views fields to layout regions.
Features
- Adds a Layout-based row style for Views
- Supports all layouts provided by the Layout API (core and contrib)
- Field-to-region mapping per View
- Clean integration with the Views UI
- No theme dependency required
- Fully compatible with Drupal 10 (and Drupal 11)
Use cases
Build card-based listings without custom templates
Reuse existing layouts inside Views
Create consistent row structures across multiple Views
Separate layout concerns from theming logic
How it works
Select Views Layout Row as the row style in your View
Choose a layout from the available Layout API layouts
Assign each Views field to a layout region
The module renders each row using the selected layout and region mapping
Requirements
- Drupal 10+
- Views (core)
- Layout API (core)
Status
This module is currently under active development.
Feedback, bug reports, and contributions are welcome.
Maintainers
Initial development and maintenance by the project author