Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/docs/widgets/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ The list widget allows you to create a repeatable item in the UI which saves as
- `label_singular`: the text to show on the add button
- `field`: a single widget field to be repeated
- `fields`: a nested list of multiple widget fields to be included in each repeatable iteration
- `max`: maximum number of items in the list (works only if `min` is also specified)
- `min`: minimum number of items in the list (works only if `max` is also specified)
- `max`: maximum number of items in the list; can be set independently of `min`
- `min`: minimum number of items in the list; can be set independently of `max`
- `add_to_top`: when `true`, new entries will be added to the top of the list

**Example** (`field`/`fields` not specified):
Expand Down