{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "title": "Captcha",
  "name": "kadence/advanced-form-captcha",
  "category": "kadence-blocks",
  "textdomain": "kadence-blocks",
  "attributes": {
    "uniqueID": {
      "type": "string",
      "default": ""
    },
    "formID": {
      "type": "string"
    },
    "type": {
      "type": "string",
      "default": "googlev2"
    },
    "useKcSettings": {
      "type": "boolean",
      "default": false
    },
    "useKbSettings": {
      "type": "boolean",
      "default": true
    },
    "hideRecaptcha": {
      "type": "boolean",
      "default": false
    },
    "theme": {
      "type": "string",
      "default": "light"
    },
    "size": {
      "type": "string",
      "default": "normal"
    },
    "showRecaptchaNotice": {
      "type": "boolean",
      "default": false
    },
    "recaptchaNotice": {
      "type": "string",
      "default": ""
    },
    "maxWidth": {
      "type": "array",
      "default": [
        "",
        "",
        ""
      ]
    },
    "maxWidthUnit": {
      "type": "string",
      "default": "%"
    },
    "minWidth": {
      "type": "array",
      "default": [
        "",
        "",
        ""
      ]
    },
    "minWidthUnit": {
      "type": "string",
      "default": "px"
    },
    "recaptchaSiteKey": {
      "type": "string",
      "default": "-"
    },
    "recaptchaSecretKey": {
      "type": "string",
      "default": ""
    },
    "recaptchaLanguage": {
      "type": "string",
      "default": ""
    },
    "hCaptchaSiteKey": {
      "type": "string",
      "default": "-"
    },
    "hCaptchaSecretKey": {
      "type": "string",
      "default": ""
    },
    "turnstileSiteKey": {
      "type": "string",
      "default": "-"
    },
    "turnstileSecretKey": {
      "type": "string",
      "default": ""
    }
  },
  "supports": {
    "html": false,
    "reusable": false,
    "kbMetadata": true
  },
  "ancestor": [
    "kadence/advanced-form"
  ],
  "parent": [
    "kadence/advanced-form",
    "kadence/column"
  ]
}