Skip to content
Get Bricks

Datepicker Control Schema

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "bricks://controls/datepicker",
"schemaVersion": "2.2.1",
"title": "Datepicker Control",
"description": "Date/time string",
"type": "string",
"controlProperties": [
"type",
"label",
"default"
]
}