Features List
features_list combines one explanatory panel with a vertical list of feature rows.
When to Use
Use it when the section needs more explanation than a grid allows, or when one concept supports several detailed capabilities.
Usage
{{ features_list(
title="Designed for maintainers",
item_1_icon="workflow",
item_1_title="Local configuration",
item_1_desc="Keep each section configured where it is used."
) }}Live Example
Designed for maintainers
Keep pages explicit and easy to review.
Locality of behavior
Shortcode parameters live with the content that uses them.
Local configuration
Keep each section configured where it is used.
Predictable layout
Use the same container scale across sections.
Parameters
| Parameter | Description |
|---|---|
container | Inner content width for the split feature section. |
eyebrow | Small uppercase label above the heading. |
title | Section heading. |
description | Supporting copy in the side panel. |
panel_title | Title inside the supporting panel. |
panel_desc | Description inside the supporting panel. |
panel_icon | Icon shown at the top of the supporting panel. |
item_N_icon | Optional icon for list item N. |
item_N_title | Title for list item N. |
item_N_desc | Description for list item N. |
reverse | Set to true to swap panel and list order on desktop. |
bg | Full-width section background token. |
class | Additional CSS classes on the outer section. |