Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions content/guides/01.data-model/2.fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,13 @@ This section allows for the configuration of rules to determine valid user input

These validations apply to data added via Directus and are not database-level validations.

::callout{icon="material-symbols:info-outline"}
**Validation Steps**
There are two validation steps that will occur when creating a new item on fields, `Studio`, and `Server` validation.

Validation occurs in multiple steps, where the `Studio` validation will display any errors on the form first. Once all the `Studio` validation errors are resolved, then `Server` validation errors will appear.
::

### Conditions

This section alters the current field's configuration based on the values of other fields in the item. Conditional configuration include whether a field is read-only, hidden, or required, along with any editable interface-specific configuration.
Expand Down