drupal / extra_icon_features
Adds Extra Icon Features block type with sample content.
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Type:drupal-recipe
pkg:composer/drupal/extra_icon_features
Requires
- drupal/core: >=10.4 || ^11
- drupal/fontawesome: ^3.0
- drupal/paragraphs: ^1.19
This package is auto-updated.
Last update: 2026-01-21 14:17:34 UTC
README
Adds the Extra Icon Features block and paragraph types plus sample content for Drupal recipes.
Requirements
- Drupal core >= 10.4
- Paragraphs module (^1.19)
- FontAwesome module (^3.0)
- 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_icon_features
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 Icon Features instantly in your browser
Want to see Extra Icon Features in action without installing anything locally? This repository includes a ready-to-run GitHub Codespaces + DDEV environment with Drupal CMS, Basecore, and the Extra Icon Features 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 Icon Features
- Paragraph type: Icon Feature item
- Fields and form/display configuration for block and paragraph types
- View modes for tile and media-after layouts
- Sample content in
content/
Where to find the demo
In Layout Builder, go to Add block → Content block and look for:
- Extra Icon Features - Key Benefits
Extra Icon Features block
Extra Icon Features is a flexible, icon-driven feature grid. It is designed for product or service highlights where each item has a title, short description, and an icon or image.
Key parts of the block:
- Items: one or more Icon Feature paragraphs
- Columns: CSS classes that control the grid layout per breakpoint
Key parts of each Icon Feature item:
- Title: short headline
- Body: formatted text description
- Icon: FontAwesome icon selection
- Image: optional image alternative to the icon
- Link: optional link for the feature
The sample content in content/ includes a "Great features at a glance" block with multiple icon feature items so you can preview layouts 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.