From d44bce1c2261837cc7e1e45d7d2617d5878e5caa Mon Sep 17 00:00:00 2001 From: Jordin Brown Date: Mon, 21 Oct 2019 11:08:25 -0400 Subject: [PATCH] document the allowempty attribute on the data select field type --- .../content/templates/how-do-i-reuse-content-in-a-select-list.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/perch/content/templates/how-do-i-reuse-content-in-a-select-list.md b/src/perch/content/templates/how-do-i-reuse-content-in-a-select-list.md index 3d9c5e9..8d0ef7b 100644 --- a/src/perch/content/templates/how-do-i-reuse-content-in-a-select-list.md +++ b/src/perch/content/templates/how-do-i-reuse-content-in-a-select-list.md @@ -27,3 +27,4 @@ On my job listing page I want the editor to just be able to select one of the of * The type is `dataselect` * The `region` attribute is the Perch Region on the page * The `options` attribute is used to pass in the field or fields I want to use in my dataselect. You can use multiple fields, separated by spaces. +* The `allowempty` boolean attribute is used to make the selection optional.