-
Notifications
You must be signed in to change notification settings - Fork 5
date
simmontali edited this page Sep 17, 2019
·
1 revision
{
"id": "date",
"type": "date",
"size": "half",
"label": "label",
"description": "description",
"required": true
}
The date field allows the user to select a date and save it.
For the general settings fields, check the getting started page.
The date field has no additional options.
The date field is, in fact, a BaseField. Because of that, you can filter the field's fetched value by calling WordPress' add_filter with the tag "aeria_get_base"
.