UUID field
Generate and store a UUID v4.
Use for stable IDs independent from filenames or titles.
Options
| Key | Description |
|---|---|
editable |
If true, users can type a custom UUID value. |
generate |
If false, hides the "generate new UUID" button. |
Notes
- A UUID is auto-generated when the field has no explicit
default. - To force an empty initial value, set
default: "".
Example
- name: id
type: uuid
options:
editable: false