List
The List component displays a list of text items, with an optional title.
Fields
-
title(optional) - Displayed as a heading above the list (rendered as <h2>). -
items(required) - A list of text items:-
At least one item is required.
-
Each item includes:
-
field(required) - A single-line text input representing one list entry.
-
-
Behavior
-
If a
titleis provided, it is rendered as a heading (<h2>). -
The list items are rendered below the title using minimal formatting.