morethanthemes / extra_service_views
View configurations for the Service content type.
Package info
github.com/morethanthemes/extra_service_views
Type:drupal-recipe
pkg:composer/morethanthemes/extra_service_views
Requires
- drupal/core: >=10.4 || ^11
- drupal/views_infinite_scroll: ^2.0
- morethanthemes/extra_service: ^1.0
README
Provides a curated set of Views to display Service nodes created by the
extra_service recipe. Use this package if you want ready‑made listings,
grids, and interactive layouts for your service catalog.
Requirements
- Drupal core 10.4+ (compatible with 11)
- Views Infinite Scroll
- extra_service recipe installed (the views reference its fields)
What this recipe provides
- Isotope grid view with filtering and animation
- Services list view (classic vertical list with teaser fields)
- Services metro tiles view (masonry/metro layout)
- Services grid view (simple grid with optional infinite scroll)
Each view is packaged with sensible defaults for fields, filters, and displays so you can drop them onto a page or block placement immediately.
Installation
composer require drupal/extra_service_views
# then:
drush recipe extra_service_views
When you install via Drush or the UI the views will appear under Structure → Views.
Customization
You can edit any view as you normally would; the exported YAML owns the
initial configuration. If you make changes and want to update the recipe,
export the configuration and add it to the config/ directory in this
repository.
Maintainers
- (add your name and contact info)
License
GPL-2.0-or-later. See LICENSE.txt.