drupal/extra_service_views

View configurations for the Service content type.

Maintainers

Package info

git.drupalcode.org/project/extra_service_views.git

Type:drupal-recipe

pkg:composer/drupal/extra_service_views

Statistics

Installs: 4

Dependents: 1

Suggesters: 0

1.0.x-dev 2026-03-04 12:48 UTC

This package is auto-updated.

Last update: 2026-03-04 12:23:24 UTC


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.