{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "awt/author-pro-newsletter",
    "version": "1.0.0",
    "title": "Newsletter [Author Pro]",
    "category": "theme",
    "icon": "email",
    "description": "Premium newsletter signup section with Author Pro design system.",
    "keywords": [
        "newsletter",
        "signup",
        "form",
        "author-pro"
    ],
    "textdomain": "author-website-templates",
    "editorScript": "file:./index.js",
    "attributes": {
        "blockId": {
            "type": "string",
            "default": ""
        },
        "align": {
            "type": "string",
            "default": "full"
        },
        "heading": {
            "type": "string",
            "default": "Join 1 Million+ Readers"
        },
        "description": {
            "type": "string",
            "default": "Get the weekly newsletter. 3 ideas, 2 quotes, 1 question. No spam, just value."
        },
        "disclaimer": {
            "type": "string",
            "default": "We care about your data in our privacy policy."
        },
        "buttonText": {
            "type": "string",
            "default": "Sign Up Free"
        },
        "buttonUrl": {
            "type": "string",
            "default": "#"
        },
        "placeholderText": {
            "type": "string",
            "default": "Your email address"
        },
        "useShortcode": {
            "type": "boolean",
            "default": false
        },
        "customShortcode": {
            "type": "string",
            "default": ""
        },
        "sectionBgColor": {
            "type": "string",
            "default": ""
        },
        "headingColor": {
            "type": "string",
            "default": ""
        },
        "textColor": {
            "type": "string",
            "default": ""
        },
        "inputBgColor": {
            "type": "string",
            "default": ""
        },
        "btnBgColor": {
            "type": "string",
            "default": ""
        },
        "btnTextColor": {
            "type": "string",
            "default": ""
        },
        "btnHoverBgColor": {
            "type": "string",
            "default": ""
        },
        "btnHoverTextColor": {
            "type": "string",
            "default": ""
        },
        "blockId": {
            "type": "string",
            "default": ""
        }
    },
    "supports": {
        "html": false,
        "color": false,
        "typography": false,
        "spacing": false,
        "anchor": true,
        "align": [
            "full"
        ],
        "alignWide": true
    }
}