{
    "apiVersion": 3,
    "name": "awt/child-author-contact",
    "version": "0.1.0",
    "title": "Contact Section (Child Author)",
    "category": "awt-blocks",
    "icon": "email",
    "description": "A contact section with a form or shortcode support.",
    "keywords": [
        "contact",
        "form",
        "message",
        "email"
    ],
    "supports": {
        "html": false,
        "align": [
            "full"
        ]
    },
    "textdomain": "author-website-templates",
    "attributes": {
        "align": {
            "type": "string",
            "default": "full"
        },
        "blockId": {
            "type": "string"
        },
        "heading": {
            "type": "string",
            "default": "Get in Touch!"
        },
        "description": {
            "type": "string",
            "default": "Do you have a question, a note, or a fun idea for a school visit? I love hearing from readers! Send me a message, and I'll get back to you as soon as I can."
        },
        "buttonText": {
            "type": "string",
            "default": "Send Your Message!"
        },
        "formShortcode": {
            "type": "string",
            "default": ""
        },
        "sectionBgColor": {
            "type": "string"
        },
        "textColor": {
            "type": "string"
        },
        "buttonBgColor": {
            "type": "string"
        },
        "buttonTextColor": {
            "type": "string"
        },
        "sectionPadding": {
            "type": "number",
            "default": 96
        }
    },
    "editorScript": "file:./index.js",
    "style": "file:./index.css"
}