{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "awt/author-pro-contact",
    "version": "1.0.1",
    "title": "Contact [Author Pro]",
    "category": "awt-blocks",
    "icon": "email",
    "description": "A contact section with details and a form.",
    "supports": {
        "html": false,
        "anchor": true,
        "align": [
            "full"
        ]
    },
    "textdomain": "author-website-templates",
    "attributes": {
        "blockId": {
            "type": "string"
        },
        "align": {
            "type": "string",
            "default": "full"
        },
        "badgeText": {
            "type": "string",
            "default": "Get In Touch"
        },
        "title": {
            "type": "string",
            "default": "Let's Start a Conversation"
        },
        "description": {
            "type": "string",
            "default": "Interested in having me speak at your event, or just want to say hello? Fill out the form below and my team will get back to you within 24 hours."
        },
        "contactDetails": {
            "type": "array",
            "default": [
                {
                    "title": "Location",
                    "text": "New York, NY 10012, USA",
                    "iconId": 0,
                    "iconUrl": "",
                    "svgContent": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 640\" fill=\"currentColor\"><path d=\"M128 252.6C128 148.4 214 64 320 64C426 64 512 148.4 512 252.6C512 371.9 391.8 514.9 341.6 569.4C329.8 582.2 310.1 582.2 298.3 569.4C248.1 514.9 127.9 371.9 127.9 252.6zM320 320C355.3 320 384 291.3 384 256C384 220.7 355.3 192 320 192C284.7 192 256 220.7 256 256C256 291.3 284.7 320 320 320z\"/></svg>"
                },
                {
                    "title": "Email",
                    "text": "hello@authorpro.com",
                    "iconId": 0,
                    "iconUrl": "",
                    "svgContent": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 640\" fill=\"currentColor\"><path d=\"M112 128C85.5 128 64 149.5 64 176C64 191.1 71.1 205.3 83.2 214.4L291.2 370.4C308.3 383.2 331.7 383.2 348.8 370.4L556.8 214.4C568.9 205.3 576 191.1 576 176C576 149.5 554.5 128 528 128L112 128zM64 260L64 448C64 483.3 92.7 512 128 512L512 512C547.3 512 576 483.3 576 448L576 260L377.6 408.8C343.5 434.4 296.5 434.4 262.4 408.8L64 260z\"/></svg>"
                }
            ]
        },
        "submitButtonText": {
            "type": "string",
            "default": "Send Message"
        },
        "useShortcode": {
            "type": "boolean",
            "default": false
        },
        "customShortcode": {
            "type": "string",
            "default": ""
        },
        "sectionBgColor": {
            "type": "string",
            "default": "#ffffff"
        },
        "formBgColor": {
            "type": "string",
            "default": "#F8FAFC"
        },
        "accentColor": {
            "type": "string"
        },
        "primaryColor": {
            "type": "string"
        },
        "textColor": {
            "type": "string"
        }
    },
    "editorScript": "file:./index.js"
}