diff --git a/content/docs/widgets/list.md b/content/docs/widgets/list.md index 075b7810..caed3296 100644 --- a/content/docs/widgets/list.md +++ b/content/docs/widgets/list.md @@ -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):