{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "gutengrow/email-capture",
  "version": "1.0.0",
  "title": "Email Capture (Hidden)",
  "category": "gutengrow-blocks",
  "parent": null,
  "icon": "email",
  "description": "Add a customizable email capture popup form to your page",
  "example": {},
  "supports": {
    "html": false
  },
  "attributes": {
    "blockId": {
      "type": "string"
    },
    "enabled": {
      "type": "boolean",
      "default": true
    },
    "popupDelay": {
      "type": "number",
      "default": 5
    },
    "popupDescription": {
      "type": "string",
      "default": "Subscribe to our newsletter for updates"
    },
    "submitButtonText": {
      "type": "string",
      "default": "Subscribe"
    },
    "termsUrl": {
      "type": "string",
      "default": ""
    },
    "thankYouMessage": {
      "type": "string",
      "default": "Thank you for subscribing!"
    },
    "style": {
      "type": "object",
      "default": {
        "backgroundColor": "#ffffff",
        "borderRadius": "8px",
        "padding": "30px",
        "boxShadow": "0 4px 20px rgba(0, 0, 0, 0.15)"
      }
    }
  },
  "textdomain": "gutengrow-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}