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

ParameterDescription
containerInner content width for the split feature section.
eyebrowSmall uppercase label above the heading.
titleSection heading.
descriptionSupporting copy in the side panel.
panel_titleTitle inside the supporting panel.
panel_descDescription inside the supporting panel.
panel_iconIcon shown at the top of the supporting panel.
item_N_iconOptional icon for list item N.
item_N_titleTitle for list item N.
item_N_descDescription for list item N.
reverseSet to true to swap panel and list order on desktop.
bgFull-width section background token.
classAdditional CSS classes on the outer section.