{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "awt/child-author-events-cta",
    "version": "1.1.1",
    "title": "Events CTA (Child Author)",
    "category": "awt-blocks",
    "icon": "calendar",
    "description": "A call to action section for booking events with advanced customization.",
    "supports": {
        "html": false,
        "align": [
            "full",
            "wide"
        ],
        "color": {
            "background": false,
            "text": false
        }
    },
    "textdomain": "author-website-templates",
    "attributes": {
        "blockId": {
            "type": "string"
        },
        "eventStyle": {
            "type": "string",
            "default": "fun"
        },
        "align": {
            "type": "string",
            "default": "full"
        },
        "subHeading": {
            "type": "string",
            "default": "Come Say Hi!"
        },
        "heading": {
            "type": "string",
            "default": "Want Me to Visit Your School?"
        },
        "description": {
            "type": "string",
            "default": "I love meeting my readers! My school visits are full of interactive storytelling, live drawing, and lots of giggles. Whether in-person or virtual, let's make some magic together."
        },
        "primaryBtnText": {
            "type": "string",
            "default": "Book a Visit"
        },
        "primaryBtnTextColor": {
            "type": "string",
            "default": "#264653"
        },
        "primaryBtnUrl": {
            "type": "string",
            "default": "#contact-form"
        },
        "secondaryBtnText": {
            "type": "string",
            "default": "See Upcoming Events"
        },
        "secondaryBtnTextColor": {
            "type": "string",
            "default": "#ffffff"
        },
        "secondaryBtnUrl": {
            "type": "string",
            "default": "#"
        },
        "imageId": {
            "type": "number"
        },
        "imageUrl": {
            "type": "string",
            "default": ""
        },
        "showDecorations": {
            "type": "boolean",
            "default": true
        },
        "sectionBgColor": {
            "type": "string",
            "default": "#ffffff"
        },
        "cardBgColor": {
            "type": "string",
            "default": "#264653"
        },
        "subHeadingColor": {
            "type": "string",
            "default": "#FFD166"
        },
        "headingColor": {
            "type": "string",
            "default": "#ffffff"
        },
        "descColor": {
            "type": "string",
            "default": "#FFFDF5"
        },
        "primaryBtnBg": {
            "type": "string",
            "default": "#FFD166"
        },
        "primaryBtnHoverBg": {
            "type": "string",
            "default": "#FDC500"
        },
        "primaryBtnHoverText": {
            "type": "string",
            "default": "#264653"
        },
        "secondaryBtnBg": {
            "type": "string",
            "default": "transparent"
        },
        "secondaryBtnHoverBg": {
            "type": "string",
            "default": "#ffffff"
        },
        "secondaryBtnHoverText": {
            "type": "string",
            "default": "#264653"
        },
        "decoration1Color": {
            "type": "string",
            "default": ""
        },
        "decoration2Color": {
            "type": "string",
            "default": ""
        },
        "borderRadius": {
            "type": "number",
            "default": 24
        }
    },
    "editorScript": "file:./index.js"
}