{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "gatey/form-field",
  "version": "2.2.3",
  "title": "Form Field",
  "category": "smartcloud-gatey",
  "description": "Form Field for Gatey Authenticator - display a form field on sign-up or edit-account page.",
  "attributes": {
    "attribute": {
      "type": "string"
    },
    "custom": {
      "type": "string"
    },
    "required": {
      "type": "boolean"
    },
    "hidden": {
      "type": "boolean"
    },
    "label": {
      "type": "string"
    },
    "labelHidden": {
      "type": "boolean"
    },
    "placeholder": {
      "type": "string"
    },
    "autocomplete": {
      "type": "string"
    },
    "defaultValue": {
      "type": "string"
    },
    "defaultChecked": {
      "type": "boolean"
    },
    "dialCode": {
      "type": "string"
    },
    "dialCodeList": {
      "type": "array"
    },
    "countryCode": {
      "type": "string"
    },
    "countryCodeList": {
      "type": "array"
    }
  },
  "supports": {
    "align": true,
    "__experimentalBorder": {
      "width": true
    },
    "html": false
  },
  "textdomain": "gatey",
  "usesContext": [
    "gatey/custom-block/component"
  ],
  "editorScript": "smartcloud-gatey-blocks-editor-script",
  "editorStyle": "smartcloud-gatey-blocks-editor-style",
  "style": "smartcloud-gatey-view-style",
  "render": "file:./render.php"
}