{
    "apiVersion": 3,
    "name": "awt/author-pro-book-hero",
    "version": "1.0.2",
    "title": "Book Hero [Author Pro]",
    "category": "author-website-templates",
    "icon": "book-alt",
    "description": "A dynamic hero section for the single book template.",
    "supports": {
        "html": false,
        "anchor": true,
        "align": [
            "full"
        ]
    },
    "textdomain": "author-website-templates",
    "attributes": {
        "blockId": {
            "type": "string"
        },
        "anchor": {
            "type": "string"
        },
        "showBreadcrumbs": {
            "type": "boolean",
            "default": true
        },
        "showStats": {
            "type": "boolean",
            "default": true
        },
        "showBadge": {
            "type": "boolean",
            "default": true
        },
        "showReviewCount": {
            "type": "boolean",
            "default": true
        },
        "badgeText": {
            "type": "string",
            "default": "#1 New York Times Bestseller"
        },
        "subTitle": {
            "type": "string",
            "default": ""
        },
        "formatsText": {
            "type": "string",
            "default": "Available in Hardcover, Paperback, Audiobook & Kindle"
        },
        "formatsTitle": {
            "type": "string",
            "default": "Available Formats"
        },
        "pagesLabel": {
            "type": "string",
            "default": "Pages"
        },
        "yearLabel": {
            "type": "string",
            "default": "Year"
        },
        "languageLabel": {
            "type": "string",
            "default": "Language"
        },
        "reviewLinkText": {
            "type": "string",
            "default": "Read %s Reviews"
        },
        "readingAgeLabel": {
            "type": "string",
            "default": "Reading Age"
        },
        "sectionBg": {
            "type": "string",
            "default": ""
        },
        "titleColor": {
            "type": "string",
            "default": ""
        },
        "primaryColor": {
            "type": "string",
            "default": ""
        },
        "secondaryColor": {
            "type": "string",
            "default": ""
        },
        "accentColor": {
            "type": "string",
            "default": ""
        },
        "btnBg": {
            "type": "string",
            "default": ""
        },
        "btnText": {
            "type": "string",
            "default": ""
        },
        "btnHoverBg": {
            "type": "string",
            "default": ""
        },
        "btnHoverText": {
            "type": "string",
            "default": ""
        },
        "align": {
            "type": "string",
            "default": "full"
        }
    },
    "editorScript": "file:./index.js",
    "render": "file:./render.php",
    "style": "file:./style-index.css"
}