{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "rs-christmas-santa/countdown",
    "version": "1.2.0",
    "title": "Christmas Countdown",
    "category": "widgets",
    "icon": "clock",
    "description": "Display a beautiful countdown timer showing how many days until Christmas.",
    "keywords": [ "christmas", "countdown", "holiday", "timer", "xmas" ],
    "supports": {
        "html": false,
        "align": [ "wide", "full" ]
    },
    "attributes": {
        "style": {
            "type": "string",
            "default": "count-down-1.png"
        },
        "beforeText": {
            "type": "string",
            "default": "Christmas in"
        },
        "afterText": {
            "type": "string",
            "default": "Days Left"
        }
    },
    "textdomain": "rs-christmas-santa",
    "editorScript": "file:./index.js",
    "editorStyle": "file:./editor.css",
    "render": "file:./render.php"
}
