Skip to content

Text Area Field

A text area field collects multi-line text, suited to longer prose such as a summary or a set of notes. Like a text field, it accepts minLength, maxLength, and regex to bound and validate the entry. In YAML its type is text-area-field.

Key Value Presence Meaning
minLength integer optional Minimum length.
maxLength integer optional Maximum length.
regex string optional A pattern the value must match.
default string optional Default value.
- key: summary
  type: text-area-field
  name: Summary
  maxLength: 1000