Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpyle committed Mar 24, 2024
1 parent 4181e58 commit ca392b9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions _docs/fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -1557,10 +1557,11 @@ use [Mako] templates in `default` text.
## <a name="choices"></a>`choices`

The `choices` field modifier is used with multiple-choice fields. It
must refer to a list of possible options. Can be a list of key/value
pairs (key is what the variable will be set to; value is the label
seen by the user) or a list of plain text items (in which case the
label and the variable value are the same).
must refer to a list of possible options. The list can be a list can
be a list of plain text items (in which case the label and the
variable value are the same) or a list of key/value pairs (in which the
key is the label seen by the user and the value is the value to which
the variable will be set).

{% include side-by-side.html demo="fields-choices" %}

Expand Down

0 comments on commit ca392b9

Please sign in to comment.