{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "awt/child-author-featured-book",
    "version": "1.0.0",
    "title": "Featured Book (Child Author)",
    "category": "theme",
    "icon": "book",
    "description": "Showcase a featured book with Pro Locking for styling controls.",
    "keywords": [
        "featured",
        "book",
        "showcase",
        "author"
    ],
    "textdomain": "author-website-templates",
    "editorScript": "file:./index.js",
    "attributes": {
        "featuredStyle": {
            "type": "string",
            "default": "fun"
        },
        "bookCoverId": {
            "type": "number",
            "default": 0
        },
        "bookCoverUrl": {
            "type": "string",
            "default": "https://via.placeholder.com/400x600?text=Book+Cover"
        },
        "badgeText": {
            "type": "string",
            "default": "It's Finally Here!"
        },
        "bookTitle": {
            "type": "string",
            "default": "[Title of the Featured Book]"
        },
        "bookDesc": {
            "type": "string",
            "default": "Join [Main Character] on their most exciting adventure yet! This story is all about friendship, courage, and the magic of being yourself."
        },
        "quoteText": {
            "type": "string",
            "default": "\"My kids ask to read this *every single night*. A new family favorite!\""
        },
        "quoteAuthor": {
            "type": "string",
            "default": "— Sarah, Parent"
        },
        "btnText": {
            "type": "string",
            "default": "Order Your Copy!"
        },
        "btnUrl": {
            "type": "string",
            "default": "#"
        },
        "sectionBgColor": {
            "type": "string",
            "default": ""
        },
        "sectionPadding": {
            "type": "number",
            "default": null
        },
        "badgeColor": {
            "type": "string",
            "default": ""
        },
        "titleColor": {
            "type": "string",
            "default": ""
        },
        "btnBgColor": {
            "type": "string",
            "default": ""
        },
        "btnTextColor": {
            "type": "string",
            "default": ""
        },
        "btnHoverBgColor": {
            "type": "string",
            "default": ""
        },
        "btnHoverTextColor": {
            "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"
}