{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 2,
    "name": "awt/author-pro-about",
    "version": "1.0.1",
    "title": "About [Author Pro]",
    "category": "theme",
    "icon": "nametag",
    "description": "A premium About section with author bio, image, and features list.",
    "attributes": {
        "blockId": {
            "type": "string"
        },
        "badgeText": {
            "type": "string",
            "default": "The Author"
        },
        "title": {
            "type": "string",
            "default": "Crafting Stories That Matter"
        },
        "description": {
            "type": "string",
            "default": "<p>Hello! I'm James, a writer and speaker focused on habits, decision-making, and continuous improvement. My work has been translated into over 50 languages and has sold millions of copies worldwide.</p>"
        },
        "authorImageId": {
            "type": "number"
        },
        "authorImageUrl": {
            "type": "string",
            "default": ""
        },
        "authorImageAlt": {
            "type": "string",
            "default": "Author"
        },
        "features": {
            "type": "array",
            "default": [
                "New York Times Bestseller",
                "Keynote Speaker at Fortune 500s",
                "Featured in Major Publications"
            ]
        },
        "btnText": {
            "type": "string",
            "default": "Read Full Bio"
        },
        "btnUrl": {
            "type": "string",
            "default": "#"
        },
        "paddingTop": {
            "type": "number",
            "default": 128
        },
        "paddingBottom": {
            "type": "number",
            "default": 128
        },
        "bgColor": {
            "type": "string",
            "default": ""
        },
        "align": {
            "type": "string",
            "default": "full"
        },
        "accentColor": {
            "type": "string",
            "default": ""
        },
        "btnBgColor": {
            "type": "string",
            "default": ""
        },
        "btnTextColor": {
            "type": "string",
            "default": ""
        },
        "btnBorderColor": {
            "type": "string",
            "default": ""
        },
        "btnHoverBgColor": {
            "type": "string",
            "default": ""
        },
        "btnHoverTextColor": {
            "type": "string",
            "default": ""
        },
        "btnHoverBorderColor": {
            "type": "string",
            "default": ""
        },
        "anchor": {
            "type": "string",
            "default": ""
        }
    },
    "supports": {
        "html": false,
        "anchor": true,
        "align": [
            "full"
        ],
        "spacing": {
            "margin": true,
            "padding": true,
            "__experimentalSkipSerialization": true
        }
    },
    "textdomain": "author-website-templates",
    "editorScript": "file:./index.js",
    "render": "file:./render.php"
}