drupal / extra_service
Adds a service content type with banners, highlights, and video.
Package info
git.drupalcode.org/project/extra_service.git
Type:drupal-recipe
pkg:composer/drupal/extra_service
Requires
- drupal/core: >=10.4 || ^11
- drupal/entity_reference_revisions: ^1.12
- drupal/extra_paragraphs: ^1.0
- drupal/extra_service_views: ^1.0
- drupal/extra_view_modes: ^1.0
- drupal/image_widget_crop: ^3.0
- drupal/paragraphs: ^1.19
- drupal/video_embed_field: ^3.0@beta
This package is auto-updated.
Last update: 2026-03-04 13:01:51 UTC
README
A reusable Service content type recipe built for agencies and businesses that deliver services online. It provides a rich entity with banners, highlights, videos, and flexible teaser layouts so you can hit the ground running with a production‑quality structure.
Requirements
- Drupal core 10.4+ (compatible with 11)
- Paragraphs (required by this recipe)
- Image Widget Crop
- Video Embed Field
The recipe also bundles and suggests two companion recipes:
extra_paragraphsandextra_view_modeswhich are used by its fields and view configurations.
What this recipe provides
- Content type Service (
mt_service) - Fields for banners, body copy, highlights, images, links, tags, and videos
- Taxonomy vocabulary Service Tags (
mt_service_tags) - Multiple form and display layouts (default, teasers, metro tile, slide view, video grid items, etc.)
- Sample content and media under
content/so you can preview immediately
Installation
composer require drupal/extra_service
# or from a local clone:
# drush recipe ../recipes/extra_service
Use the Recipes UI or drush recipe extra_service to apply the configuration
once the package is installed. You can also discover it via the Extra
Project Browser.
Example usage
After installation you'll find the Service type under Structure → Content types. Create a new service node and experiment with the built‑in layouts and fields. The attached sample nodes and images make it easy to see the finished result.
Maintainers
- (add your name and contact information here)
License
GPL-2.0-or-later. See LICENSE.txt.