{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "zypento-blocks/simple-countdown",
    "version": "0.1.0",
    "title": "Zypento Simple Countdown",
    "category": "widgets",
    "description": "Zypento Simple Countdown",
    "attributes": {
        "endTime": {
            "type": "string",
            "default": ""
        }
    },
    "example": {},
    "supports": {

    },
    "textdomain": "zypento-blocks",
    "style": "file:./style.css",
    "script": "file:./view.js"
}
