From 616117644c0274d122f146513f9f266eae6e8e9a Mon Sep 17 00:00:00 2001 From: Tien Pham Date: Tue, 20 Nov 2018 23:31:54 +0200 Subject: [PATCH] Update list.md (#1892) --- website/content/docs/widgets/list.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/widgets/list.md b/website/content/docs/widgets/list.md index a0be98b4..f0cf2398 100644 --- a/website/content/docs/widgets/list.md +++ b/website/content/docs/widgets/list.md @@ -10,7 +10,7 @@ The list widget allows you to create a repeatable item in the UI which saves as - **Data type:** list of widget values - **Options:** - `default`: if `fields` is specified, declare defaults on the child widgets; if not, you may specify a list of strings to populate the text field - - `allow_add`: if added and labeled `false`, button to add additional widgets disapears + - `allow_add`: if added and labeled `false`, button to add additional widgets disappears - `field`: a single widget field to be repeated - `fields`: a nested list of multiple widget fields to be included in each repeatable iteration - **Example** (`field`/`fields` not specified):