{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "giraforms/captcha-field",
	"title": "Captcha",
	"category": "giraforms",
	"icon": "shield",
	"description": "Bot protection with Cloudflare Turnstile, Google reCAPTCHA, or hCaptcha.",
	"keywords": ["form", "captcha", "security", "turnstile", "recaptcha", "hcaptcha"],
	"textdomain": "giraforms",
	"parent": ["giraforms/form-container", "core/column"],
	"supports": {
		"html": false,
		"className": true
	},
	"attributes": {
		"fieldId": {
			"type": "string",
			"default": ""
		},
		"provider": {
			"type": "string",
			"default": "turnstile",
			"enum": ["turnstile", "recaptcha_v2", "recaptcha_v3", "hcaptcha"]
		},
		"theme": {
			"type": "string",
			"default": "light"
		},
		"size": {
			"type": "string",
			"default": "normal"
		}
	},
	"editorScript": "file:./index.js"
}
