{
    "apiVersion": "1",
    "name": "ctb/countdown-time",
    "title": "Countdown Time",
    "description": "Display events date into a timer.",
    "category": "widgets",
    "keywords": [
        "countdown timer block",
        "countdown ceremony time",
        "countdown events time"
    ],
    "textdomain": "countdown-time",
    "attributes": {
        "align": {
            "type": "string",
            "default": ""
        },
        "cId": {
            "type": "string",
            "default": ""
        },
        "destDate": {
            "type": "string"
        },
        "layout": {
            "type": "string",
            "default": "default"
        },
        "boxIsInline": {
            "type": "boolean",
            "default": false
        },
        "boxPosition": {
            "type": "string",
            "default": "center"
        },
        "isLabels": {
            "type": "boolean",
            "default": true
        },
        "isDays": {
            "type": "boolean",
            "default": true
        },
        "daysLabel": {
            "type": "string",
            "default": "Days"
        },
        "isHours": {
            "type": "boolean",
            "default": true
        },
        "hoursLabel": {
            "type": "string",
            "default": "Hours"
        },
        "isMinutes": {
            "type": "boolean",
            "default": true
        },
        "minutesLabel": {
            "type": "string",
            "default": "Minutes"
        },
        "isSeconds": {
            "type": "boolean",
            "default": true
        },
        "secondsLabel": {
            "type": "string",
            "default": "Seconds"
        },
        "width": {
            "type": "string",
            "default": "0px"
        },
        "background": {
            "type": "object",
            "default": {
                "color": "#0000"
            }
        },
        "padding": {
            "type": "object",
            "default": {
                "vertical": "10px",
                "horizontal": "15px"
            }
        },
        "shadow": {
            "type": "object",
            "default": {}
        },
        "alignment": {
            "type": "string",
            "default": "center"
        },
        "boxBG": {
            "type": "object",
            "default": {
                "type": "gradient",
                "color": "#fe6601",
                "gradient": "linear-gradient(135deg, #fe6601, #fbb040)"
            }
        },
        "boxWidth": {
            "type": "string",
            "default": "170px"
        },
        "boxHeight": {
            "type": "string",
            "default": "120px"
        },
        "boxSpace": {
            "type": "string",
            "default": "30px"
        },
        "boxBorder": {
            "type": "object",
            "default": {
                "radius": "5%"
            }
        },
        "boxShadow": {
            "type": "object",
            "default": {}
        },
        "digitTypo": {
            "type": "object",
            "default": {
                "fontSize": 48
            }
        },
        "digitColor": {
            "type": "string",
            "default": "#fff"
        },
        "labelTypo": {
            "type": "object",
            "default": {
                "fontSize": 18
            }
        },
        "labelColor": {
            "type": "string",
            "default": "#fff"
        },
        "isSep": {
            "type": "boolean",
            "default": false
        },
        "sepType": {
            "type": "string",
            "default": ":"
        },
        "sepSize": {
            "type": "number",
            "default": 52
        },
        "sepColor": {
            "type": "string",
            "default": "#fe6601"
        }
    },
    "supports": {
        "align": [
            "wide",
            "full"
        ],
        "html": false
    },
    "example": {
        "attributes": {
            "preview": true
        }
    },
    "editorScript": "file:./dist/editor.js",
    "style": "file:./dist/style.css"
}