{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "gtg/local-time",
    "title": "Local Time",
    "category": "widgets",
    "icon": "clock",
    "description": "Display a fixed UTC time in the visitor's local timezone.",
    "keywords": [ "time", "timezone", "local", "utc", "event" ],
    "textdomain": "global-time-ghost",
    "attributes": {
        "date": {
            "type": "string",
            "default": ""
        },
        "format": {
            "type": "string",
            "default": ""
        },
        "badge": {
            "type": "string",
            "default": "yes"
        }
    },
    "supports": {
        "html": false,
        "align": false
    },
    "editorScript": "file:./index.js"
}