{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "frontend-admin/date-field",
  "title": "Date Field",
  "description": "Displays a date field.",
  "category": "frontend-admin",
  "textdomain": "frontend-admin",
  "icon": "list-view",
  "supports": {
    "align": [
      "wide"
    ]
  },
  "attributes": {
    "field_key": {
      "type": "string",
      "default": ""
    },
    "name": {
      "type": "string",
      "default": ""
    },
    "label": {
      "type": "string",
      "default": "Text Field"
    },
    "hide_label": {
      "type": "boolean",
      "default": ""
    },
    "required": {
      "type": "boolean",
      "default": ""
    },
    "default_value": {
      "type": "string",
      "default": ""
    },
    "placeholder": {
      "type": "string",
      "default": ""
    },
    "instructions": {
      "type": "string",
      "default": ""
    },
    "prepend": {
      "type": "string",
      "default": ""
    },
    "append": {
      "type": "string",
      "default": ""
    }
  },
  "editorScript": "file:../../date/index.js"
}