{
    "apiVersion": 3,
    "name": "awt/author-pro-book-synopsis",
    "version": "1.0.1",
    "title": "Book Synopsis [Author Pro]",
    "category": "author-website-templates",
    "icon": "text-page",
    "description": "A dynamic synopsis section with book details and author profile.",
    "supports": {
        "html": false,
        "anchor": true,
        "align": [
            "full"
        ]
    },
    "textdomain": "author-website-templates",
    "attributes": {
        "align": {
            "type": "string",
            "default": "full"
        },
        "blockId": {
            "type": "string"
        },
        "anchor": {
            "type": "string"
        },
        "headline": {
            "type": "string",
            "default": "A System for Transformation"
        },
        "showQuote": {
            "type": "boolean",
            "default": true
        },
        "quoteText": {
            "type": "string",
            "default": "This book completely changed my perspective on daily habits."
        },
        "quoteAuthor": {
            "type": "string",
            "default": "- Reader Review"
        },
        "authorImage": {
            "type": "object",
            "default": {}
        },
        "authorSubtitle": {
            "type": "string",
            "default": "Author"
        },
        "viewProfileLabel": {
            "type": "string",
            "default": "View Profile"
        },
        "synopsisLabel": {
            "type": "string",
            "default": "Synopsis"
        },
        "detailsLabel": {
            "type": "string",
            "default": "Book Details"
        },
        "categoriesLabel": {
            "type": "string",
            "default": "Categories"
        },
        "seriesLabel": {
            "type": "string",
            "default": "Series"
        }
    },
    "editorScript": "file:./index.js",
    "render": "file:./render.php"
}