Skip to content

Commit

Permalink
'multiple' field attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
kjolley committed Oct 2, 2019
1 parent d3dc108 commit 4c13aba
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dbase_setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,13 @@ Element content: Field name + optional list <optlist> of allowed values, e.g.::

* Minimum value for integer and date types.

* multiple

* Sets if field allows multiple values to be set for it, 'yes' or 'no',
default 'no'. This is only supported for fields with option lists. If set
to 'yes', then the underlying field in the database must be an ARRAY type,
e.g. text ARRAY.

* no_curate

* Setting this will hide the field in the curator interface and prevent it
Expand Down

0 comments on commit 4c13aba

Please sign in to comment.