{
    "apiVersion": 3,
    "name": "awt/child-author-reviews",
    "version": "0.1.0",
    "title": "Reviews Section (Child Author)",
    "category": "awt-blocks",
    "icon": "star-filled",
    "description": "Display book reviews dynamically from the Book Reviews CPT.",
    "keywords": [
        "reviews",
        "testimonials",
        "books"
    ],
    "supports": {
        "html": false,
        "align": [
            "wide",
            "full"
        ]
    },
    "textdomain": "author-website-templates",
    "attributes": {
        "align": {
            "type": "string",
            "default": "full"
        },
        "reviewStyle": {
            "type": "string",
            "default": "fun"
        },
        "postsToShow": {
            "type": "number",
            "default": 3
        },
        "selectedBookId": {
            "type": "string",
            "default": ""
        },
        "heading": {
            "type": "string",
            "default": "Happy Readers!"
        },
        "showCurve": {
            "type": "boolean",
            "default": true
        },
        "curveColor": {
            "type": "string",
            "default": "#FFFDF5"
        },
        "sectionBgColor": {
            "type": "string"
        },
        "textColor": {
            "type": "string"
        },
        "cardBgColor": {
            "type": "string"
        },
        "starColor": {
            "type": "string"
        }
    },
    "usesContext": [
        "postId",
        "postType"
    ],
    "editorScript": "file:./index.js",
    "viewScript": "file:./view.js",
    "render": "file:./render.php"
}