morethanthemes/extra_service_views

There is no license information available for the latest version (1.0.0) of this package.

View configurations for the Service content type.

Maintainers

Package info

github.com/morethanthemes/extra_service_views

Type:drupal-recipe

pkg:composer/morethanthemes/extra_service_views

Statistics

Installs: 16

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2025-07-30 17:45 UTC

This package is auto-updated.

Last update: 2026-03-04 11:48:57 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.