Time Field
A time picker with a dropdown of ready values.
Settings:
| Setting | What it does |
|---|---|
| Min. time | Earliest value offered |
| Max. time | Latest value offered |
| Time increment | Step between the offered values, in minutes — 15 by default |
The display format is MODX's own manager time format, so the field matches the rest of the manager without being configured.
Output:
html
<time>{$opens_at}</time>Bounds and step shape the list, not the value
They decide what the dropdown offers. They are not a validation rule: a value written through the REST API or an import lands as given.