{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "awt/child-author-fact-card",
    "title": "Fact Card",
    "category": "author-website-templates",
    "icon": "lightbulb",
    "description": "Individual fun fact card with icon and text",
    "keywords": [
        "fact",
        "card",
        "fun"
    ],
    "parent": [
        "awt/child-author-fun-facts"
    ],
    "usesContext": [
        "awt/factsStyle"
    ],
    "textdomain": "author-website-templates",
    "editorScript": "file:./index.js",
    "attributes": {
        "icon": {
            "type": "string",
            "default": "🍕"
        },
        "text": {
            "type": "string",
            "default": "My favorite food is Pizza"
        },
        "label": {
            "type": "string",
            "default": "Fun Fact"
        },
        "cardStyle": {
            "type": "string",
            "default": "fun"
        },
        "cardBgColor": {
            "type": "string",
            "default": ""
        },
        "cardBorderColor": {
            "type": "string",
            "default": ""
        },
        "labelColor": {
            "type": "string",
            "default": ""
        },
        "textColor": {
            "type": "string",
            "default": ""
        }
    },
    "supports": {
        "html": false,
        "reusable": false
    },
    "style": "file:./index.css"
}