{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "create-block/newsletter-signup",
  "version": "1.0.0",
  "title": "Newsletter Signup",
  "category": "section-blocks",
  "icon": "email-alt",
  "description": "A beautiful newsletter signup section with email capture, Mailchimp integration, and customizable design options.",
  "keywords": [
    "newsletter",
    "email",
    "signup",
    "subscription",
    "mailchimp"
  ],
  "example": {
    "attributes": {
      "title": "Stay Updated",
      "subtitle": "Subscribe to our newsletter for the latest updates and exclusive content.",
      "buttonText": "Subscribe Now",
      "placeholderText": "Enter your email address"
    }
  },
  "attributes": {
    "title": {
      "type": "string",
      "default": "Subscribe to Our Newsletter"
    },
    "subtitle": {
      "type": "string",
      "default": "Get the latest updates and exclusive content delivered straight to your inbox."
    },
    "buttonText": {
      "type": "string",
      "default": "Subscribe"
    },
    "placeholderText": {
      "type": "string",
      "default": "Enter your email address"
    },
    "namePlaceholder": {
      "type": "string",
      "default": "Enter your name (optional)"
    },
    "showNameField": {
      "type": "boolean",
      "default": false
    },
    "requirePrivacyConsent": {
      "type": "boolean",
      "default": false
    },
    "privacyText": {
      "type": "string",
      "default": "I agree to the privacy policy"
    },
    "privacyUrl": {
      "type": "string",
      "default": ""
    },
    "successMessage": {
      "type": "string",
      "default": "Thank you for subscribing! Please check your email to confirm your subscription."
    },
    "layoutStyle": {
      "type": "string",
      "default": "centered"
    },
    "backgroundType": {
      "type": "string",
      "default": "color"
    },
    "backgroundColor": {
      "type": "string",
      "default": "#f8f9fa"
    },
    "backgroundImage": {
      "type": "object",
      "default": null
    },
    "backgroundImageId": {
      "type": "number",
      "default": 0
    },
    "overlayOpacity": {
      "type": "number",
      "default": 0.7
    },
    "overlayColor": {
      "type": "string",
      "default": "#000000"
    },
    "textColor": {
      "type": "string",
      "default": "#333333"
    },
    "buttonColor": {
      "type": "string",
      "default": "#007cba"
    },
    "buttonTextColor": {
      "type": "string",
      "default": "#ffffff"
    },
    "inputBorderColor": {
      "type": "string",
      "default": "#ddd"
    },
    "inputBackgroundColor": {
      "type": "string",
      "default": "#ffffff"
    },
    "textAlignment": {
      "type": "string",
      "default": "center"
    },
    "integrationService": {
      "type": "string",
      "default": "wordpress"
    },
    "mailchimpListId": {
      "type": "string",
      "default": ""
    },
    "customApiEndpoint": {
      "type": "string",
      "default": ""
    },
    "showSocialProof": {
      "type": "boolean",
      "default": false
    },
    "subscriberCount": {
      "type": "string",
      "default": "1000+"
    },
    "socialProofText": {
      "type": "string",
      "default": "Join {count} subscribers"
    },
    "showLeadMagnet": {
      "type": "boolean",
      "default": false
    },
    "leadMagnetTitle": {
      "type": "string",
      "default": "Free Download"
    },
    "leadMagnetDescription": {
      "type": "string",
      "default": "Get our exclusive guide when you subscribe"
    },
    "leadMagnetImage": {
      "type": "object",
      "default": null
    },
    "enableHoneypot": {
      "type": "boolean",
      "default": true
    },
    "enableRecaptcha": {
      "type": "boolean",
      "default": false
    },
    "recaptchaSiteKey": {
      "type": "string",
      "default": ""
    },
    "padding": {
      "type": "object",
      "default": {
        "top": "60px",
        "bottom": "60px",
        "left": "20px",
        "right": "20px"
      }
    },
    "borderRadius": {
      "type": "number",
      "default": 8
    },
    "boxShadow": {
      "type": "boolean",
      "default": false
    },
    "animationEffect": {
      "type": "string",
      "default": "none"
    }
  },
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ],
    "spacing": {
      "padding": true,
      "margin": true
    }
  },
  "textdomain": "section-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js",
  "render": "file:./render.php"
}