{
  "name": "coblocks/field-date",
  "category": "layout",
  "attributes": {
    "label": {
      "type": "string",
      "default": "Date"
    },
    "required": {
      "type": "boolean",
      "default": false
    }
  },
  "title": "Date",
  "textdomain": "coblocks",
  "description": "A field for requesting date selections with a date picker.",
  "parent": [
    "coblocks/form"
  ],
  "editorScript": [
    "coblocks-3"
  ],
  "render": "index.php"
}