morethanthemes / extra_service
Adds a service content type.
Installs: 16
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:drupal-recipe
Requires
- drupal/core: >=10.4 || ^11
- drupal/entity_reference_revisions: ^1.12
- drupal/image_widget_crop: ^3.0
- drupal/paragraphs: ^1.19
- drupal/video_embed_field: ^3.0@beta
- morethanthemes/extra_paragraphs: ^1.0
- morethanthemes/extra_view_modes: ^1.0
README
Description
This recipe provides a "Service" content type for Drupal websites, along with associated fields, vocabularies, and display configurations.
Prequisites
This recipe assumes that the following modules are installed and enabled on your Drupal site:
This recipe assumes that the following recipes are installed on your Drupal site:
- Extra View Modes
- Extra Paragraphs
Requirements
This recipe requires the following Drupal core modules:
- Entity Reference Revisions
- File
- Image
- Link
- Menu UI
- Node
- Path
- Taxonomy
- Text
- User
Installation
# From your Drupal root directory
drush recipe ../recipes/extra_service
Configuration
This recipe provides the following configuration:
- A "Service" content type with the machine name
mt_service
. - Several fields for the "Service" content type, including banner images, body content, highlights, images, links, tags, and videos.
- A "Service Tags" taxonomy vocabulary with the machine name
mt_service_tags
. - Several entity view displays for the "Service" content type, including default, featured teaser, metro tile, slide view, teaser tile, and video grid item displays.
- Several entity form displays for the "Service" content type.
All configuration is exported in the config/install
directory and will be imported when the recipe is installed.