{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "awt/child-author-signup",
    "version": "1.0.0",
    "title": "Newsletter Signup (Child Author)",
    "category": "theme",
    "icon": "email",
    "description": "Newsletter signup form with Smart Pro Locking for styling controls.",
    "keywords": [
        "signup",
        "newsletter",
        "form",
        "child-author"
    ],
    "textdomain": "author-website-templates",
    "editorScript": "file:./index.js",
    "attributes": {
        "align": {
            "type": "string",
            "default": "full"
        },
        "signupStyle": {
            "type": "string",
            "default": "fun"
        },
        "heading": {
            "type": "string",
            "default": "Join the Story Club!"
        },
        "description": {
            "type": "string",
            "default": "Get free coloring pages, activities, and updates about my new books!"
        },
        "disclaimer": {
            "type": "string",
            "default": "No spam, just fun. Unsubscribe anytime."
        },
        "buttonText": {
            "type": "string",
            "default": "Sign Me Up!"
        },
        "buttonUrl": {
            "type": "string",
            "default": "#"
        },
        "useShortcode": {
            "type": "boolean",
            "default": false
        },
        "customShortcode": {
            "type": "string",
            "default": ""
        },
        "sectionBgColor": {
            "type": "string",
            "default": ""
        },
        "sectionPadding": {
            "type": "number",
            "default": null
        },
        "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,
        "align": [
            "full"
        ],
        "alignWide": true
    },
    "style": "file:./index.css"
}