{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "awt/hero",
    "version": "1.0.0",
    "title": "Hero (Child Author)",
    "category": "theme",
    "icon": "superhero",
    "description": "Fully customizable hero section with colors, hover effects, and flexible layout.",
    "keywords": [
        "hero",
        "banner",
        "header",
        "author"
    ],
    "textdomain": "author-website-templates",
    "editorScript": "file:./index.js",
    "attributes": {
        "heroStyle": {
            "type": "string",
            "default": "fun"
        },
        "title": {
            "type": "string",
            "default": "Welcome, Story Explorers!"
        },
        "description": {
            "type": "string",
            "default": "Hi, I'm Danielle Steel! Let's go on an adventure with [Main Character] and the whole gang. Grab your imagination and let's read!"
        },
        "heroImageId": {
            "type": "number",
            "default": 0
        },
        "heroImageUrl": {
            "type": "string",
            "default": "https://via.placeholder.com/600x400?text=Hero+Image"
        },
        "authorImageId": {
            "type": "number",
            "default": 0
        },
        "authorImageUrl": {
            "type": "string",
            "default": "https://via.placeholder.com/160x160?text=Author"
        },
        "titleColor": {
            "type": "string",
            "default": ""
        },
        "descColor": {
            "type": "string",
            "default": ""
        },
        "sectionPadding": {
            "type": "number",
            "default": null
        },
        "sectionBgColor": {
            "type": "string",
            "default": ""
        },
        "hideCurve": {
            "type": "boolean",
            "default": false
        },
        "curveColor": {
            "type": "string",
            "default": "#FFFDF5"
        },
        "btn1Text": {
            "type": "string",
            "default": "See My New Book"
        },
        "btn1Url": {
            "type": "string",
            "default": "#"
        },
        "btn1BgColor": {
            "type": "string",
            "default": ""
        },
        "btn1TextColor": {
            "type": "string",
            "default": ""
        },
        "btn1HoverBgColor": {
            "type": "string",
            "default": ""
        },
        "btn1HoverTextColor": {
            "type": "string",
            "default": ""
        },
        "btn2Text": {
            "type": "string",
            "default": "Free Activities"
        },
        "btn2Url": {
            "type": "string",
            "default": "#"
        },
        "btn2BgColor": {
            "type": "string",
            "default": ""
        },
        "btn2TextColor": {
            "type": "string",
            "default": ""
        },
        "btn2HoverBgColor": {
            "type": "string",
            "default": ""
        },
        "btn2HoverTextColor": {
            "type": "string",
            "default": ""
        },
        "blockId": {
            "type": "string",
            "default": ""
        },
        "align": {
            "type": "string",
            "default": "full"
        }
    },
    "supports": {
        "html": false,
        "color": false,
        "typography": false,
        "spacing": false,
        "align": [
            "full",
            "wide"
        ],
        "alignWide": true
    },
    "style": "file:./index.css"
}