Skip to content

Commit

Permalink
Update Docs: Widgets “list” (#6795)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanyabouman authored Jun 6, 2023
1 parent c9818da commit 061ed7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/widgets/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The list widget allows you to create a repeatable item in the UI which saves as
* `allow_add`: `false` hides the button to add additional items
* `collapsed`: when `true`, the entries collapse by default
* `summary`: specify the label displayed on collapsed entries
* `minimize_collapsed`: when `true`, collapsing the list widget will hide all of it's entries instead of showing summaries
* `minimize_collapsed`: when `true`, collapsing the list widget will hide all of its entries instead of showing summaries
* `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
Expand Down

0 comments on commit 061ed7d

Please sign in to comment.