{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "nnforms/recaptcha",
  "version": "0.1.0",
  "title": "Recaptcha",
  "category": "nnforms",
  "icon": "lock",
  "description": "Recaptcha Field",
  "parent": [
    "nnforms/form"
  ],
  "example": {},
  "supports": {
    "html": false
  },
  "attributes": {
    "id": {
      "type": "string"
    }
  },
  "inputdomain": "nnforms",
  "editorScript": "file:./index.js",
  "render": "file:./render.php"
}