Extra Service Views
This module provides pre-built Views for displaying service content in different layouts, such as filterable grids, lists, and tile arrangements. It allows for the quick creation of service directories and marketing displays without needing to build custom Views.
Extra Service Views enhances the Extra Service recipe
by supplying pre-configured Views for displaying service nodes in a variety of
layouts. It's perfect for quickly assembling service directories, portfolios,
and marketing grids without building views from scratch.
Key layouts
- Isotope grid – filterable, animated grid powered by the
Isotope library. - Services list – standard vertical list with title,
summary, and image. - Metro tiles – masonry-style tile layout for an image‑first
presentation. - Grid – clean responsive grid with optional infinite scroll.
Usage
Install the recipe alongside extra_service, then navigate to
Structure → Views to place one of the views on a page or use
it as a block. The views are exportable; any modifications can be captured by
re-exporting YAML back into the recipe.
Installation
composer require drupal/extra_service_views # drush recipe extra_service_viewsLicense
GPL-2.0-or-later