String field
Single-line text input.
Use for short values like titles, slugs, and names.
Options
| Key | Description |
|---|---|
minlength |
Minimum allowed length (e.g. 3). |
maxlength |
Maximum allowed length (e.g. 120). |
Examples
Basic string
- name: title
type: string
options:
maxlength: 120