drupal / extra_highlight_feature
Adds Extra Highlight Feature block type with sample content.
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Type:drupal-recipe
pkg:composer/drupal/extra_highlight_feature
Requires
- drupal/core: >=10.4
- drupal/paragraphs: ^1.19
This package is auto-updated.
Last update: 2026-01-26 10:41:18 UTC
README
Adds the Extra Highlight Feature block and paragraph types plus sample content for Drupal recipes.
Requirements
- Drupal core >= 10.4
- Paragraphs module (^1.19)
- For best UX, use the Basecore theme, which provides the intended styling for this block: https://www.drupal.org/project/basecore
Installation
Download the recipe with Composer:
composer require drupal/extra_highlight_feature
Apply this recipe through the Recipes UI or with Drush. If you use the UI, you can also enable it via the Extra Project Browser, which groups the extra_* recipes: https://www.drupal.org/project/extra_project_browser
Try Extra Highlight Feature instantly in your browser
Want to see Extra Highlight Feature in action without installing anything locally? This repository includes a ready-to-run GitHub Codespaces + DDEV environment with Drupal CMS, Basecore, and the Extra Highlight Feature recipe. Open the repo in Codespaces, run make, and you can explore the block, edit its fields, and preview the front-end result in minutes.
What this recipe provides
- Block type: Extra Highlight Feature
- Paragraph type: Highlight Feature item
- Fields and form/display configuration for block and paragraph types
- View modes for teaser and teaser-tile layouts
- Sample content in
content/
Where to find the demo
In Layout Builder, go to Add block → Content block and look for:
- Extra Highlight Feature - Feature Spotlight
Extra Highlight Feature block
Extra Highlight Feature is a focused spotlight block that pairs a short title and description with an image and optional link. It is designed for promoting a single feature or callout.
Key parts of the block:
- Feature: one or more Highlight Feature paragraphs
Key parts of each Highlight Feature item:
- Title: short headline
- Body: formatted text description
- Image: primary media image
- Image fit: image display option for fitting behavior
- Link: optional link for the feature
The sample content in content/ includes a demo Highlight Feature item to help you preview the layout quickly.
Configuration
All configuration is included in the recipe under config/ and is installed when the recipe is applied.
Maintainers
- TODO: Add maintainers and contact information.
License
GPL-2.0-or-later. See LICENSE.txt.