Date

Field to store date values

The field of type date is used to store date values. It display a <input type="date"> in the UI.

Example

{
  name: "published",
  type: "date",
}

Available options

This field only has the common options.