{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "awt/child-author-fun-facts",
    "title": "Fun Facts (Child Author)",
    "category": "author-website-templates",
    "icon": "smiley",
    "description": "Display fun facts with colorful background and repeatable fact cards",
    "keywords": [
        "fun-facts",
        "about",
        "facts",
        "child-author"
    ],
    "textdomain": "author-website-templates",
    "editorScript": "file:./index.js",
    "attributes": {
        "align": {
            "type": "string",
            "default": "full"
        },
        "heading": {
            "type": "string",
            "default": "My Fun Facts!"
        },
        "sectionBgColor": {
            "type": "string",
            "default": ""
        },
        "headingColor": {
            "type": "string",
            "default": ""
        },
        "blockId": {
            "type": "string",
            "default": ""
        },
        "factsStyle": {
            "type": "string",
            "default": "fun"
        }
    },
    "providesContext": {
        "awt/factsStyle": "factsStyle"
    },
    "supports": {
        "html": false,
        "align": [
            "full"
        ]
    },
    "style": "file:./index.css"
}