# blockenberg/2.0.7/blocks/dynamic-date/block.json

Blockenberg — 600+ Advanced Gutenberg Blocks &amp; AI Agent for WordPress Block Editor, version 2.0.7. 87 lines.

- Page: https://pluginprobe.com/plugins/blockenberg/2.0.7/code/blocks/dynamic-date/block.json
- Raw: https://pluginprobe.com/plugins/blockenberg/2.0.7/raw/blocks/dynamic-date/block.json
- Modified: 2026-03-06T12:32:40+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/blockenberg/2.0.7/code/blocks/dynamic-date/block.json#L10-L20`.

```json
{
    "apiVersion": 3,
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "name": "blockenberg/dynamic-date",
    "title": "Dynamic Date",
    "category": "bkbg-blog",
    "icon": "calendar-alt",
    "description": "Outputs the current date, time or copyright year automatically, with live clock option.",
    "keywords": [
        "date",
        "time",
        "year",
        "clock",
        "dynamic",
        "copyright"
    ],
    "textdomain": "blockenberg",
    "editorScript": "bkbg-dynamic-date-editor",
    "editorStyle": "bkbg-dynamic-date-style",
    "style": "bkbg-dynamic-date-style",
    "viewScript": "bkbg-dynamic-date-frontend",
    "supports": {
        "html": false,
        "anchor": true,
        "className": true,
        "align": []
    },
    "attributes": {
        "format": {
            "type": "string",
            "default": "long-date"
        },
        "customFormat": {
            "type": "string",
            "default": ""
        },
        "timezone": {
            "type": "string",
            "default": "site"
        },
        "customTz": {
            "type": "string",
            "default": "UTC"
        },
        "liveClock": {
            "type": "boolean",
            "default": false
        },
        "prefix": {
            "type": "string",
            "default": ""
        },
        "suffix": {
            "type": "string",
            "default": ""
        },
        "tag": {
            "type": "string",
            "default": "span"
        },
        "textColor": {
            "type": "string",
            "default": ""
        },
        "fontSize": {
            "type": "number",
            "default": 16
        },
        "fontWeight": {
            "type": "string",
            "default": "400"
        },
        "lineHeight": {
            "type": "number",
            "default": 1.5
        },
        "align": {
            "type": "string",
            "default": "left"
        },
        "typoText": {
            "type": "object",
            "default": {}
        }
    }
}

```
