{
  "name": "coblocks/field-phone",
  "category": "layout",
  "attributes": {
    "label": {
      "type": "string",
      "default": "Phone"
    },
    "required": {
      "type": "boolean",
      "default": false
    }
  },
  "title": "Phone",
  "textdomain": "coblocks",
  "editorScript": "blocks-3",
  "description": "A text field for collecting a phone number.",
  "parent": [
    "coblocks/form"
  ]
}