# blockenberg/2.0.7/blocks/pomodoro-timer/block.json

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

- Page: https://pluginprobe.com/plugins/blockenberg/2.0.7/code/blocks/pomodoro-timer/block.json
- Raw: https://pluginprobe.com/plugins/blockenberg/2.0.7/raw/blocks/pomodoro-timer/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/pomodoro-timer/block.json#L10-L20`.

```json
{
    "apiVersion": 3,
    "name": "blockenberg/pomodoro-timer",
    "title": "Pomodoro Timer",
    "description": "An interactive Pomodoro productivity timer with work and break cycles, visual progress ring, and session tracking.",
    "category": "bkbg-interactive",
    "icon": "clock",
    "keywords": [
        "pomodoro",
        "timer",
        "focus",
        "productivity",
        "countdown",
        "break"
    ],
    "textdomain": "blockenberg",
    "editorScript": "bkbg-pomodoro-timer-editor",
    "style": "bkbg-pomodoro-timer-style",
    "viewScript": "bkbg-pomodoro-timer-frontend",
    "attributes": {
        "title": {
            "type": "string",
            "default": "Pomodoro Timer"
        },
        "subtitle": {
            "type": "string",
            "default": "Stay focused. Work smarter."
        },
        "showTitle": {
            "type": "boolean",
            "default": true
        },
        "showSubtitle": {
            "type": "boolean",
            "default": true
        },
        "workMinutes": {
            "type": "number",
            "default": 25
        },
        "shortBreak": {
            "type": "number",
            "default": 5
        },
        "longBreak": {
            "type": "number",
            "default": 15
        },
        "cyclesBeforeLong": {
            "type": "number",
            "default": 4
        },
        "showCycleCount": {
            "type": "boolean",
            "default": true
        },
        "showModeLabel": {
            "type": "boolean",
            "default": true
        },
        "autoStartBreak": {
            "type": "boolean",
            "default": false
        },
        "accentColor": {
            "type": "string",
            "default": "#6c3fb5"
        },
        "breakColor": {
            "type": "string",
            "default": "#10b981"
        },
        "longBreakColor": {
            "type": "string",
            "default": "#3b82f6"
        },
        "ringBg": {
            "type": "string",
            "default": "#e5e7eb"
        },
        "cardBg": {
            "type": "string",
            "default": "#ffffff"
        },
        "TimerColor": {
            "type": "string",
            "default": "#1f2937"
        },
        "labelColor": {
            "type": "string",
            "default": "#6b7280"
        },
        "btnStartBg": {
            "type": "string",
            "default": "#6c3fb5"
        },
        "btnStartColor": {
            "type": "string",
            "default": "#ffffff"
        },
        "btnSecBg": {
            "type": "string",
            "default": "#f3f4f6"
        },
        "btnSecColor": {
            "type": "string",
            "default": "#374151"
        },
        "titleColor": {
            "type": "string",
            "default": "#1f2937"
        },
        "subtitleColor": {
            "type": "string",
            "default": "#6b7280"
        },
        "sectionBg": {
            "type": "string",
            "default": ""
        },
        "timerSize": {
            "type": "number",
            "default": 56
        },
        "ringSize": {
            "type": "number",
            "default": 220
        },
        "ringThickness": {
            "type": "number",
            "default": 14
        },
        "cardRadius": {
            "type": "number",
            "default": 20
        },
        "btnRadius": {
            "type": "number",
            "default": 100
        },
        "maxWidth": {
            "type": "number",
            "default": 440
        },
        "paddingTop": {
            "type": "number",
            "default": 60
        },
        "paddingBottom": {
            "type": "number",
            "default": 60
        },
        "titleTypo": {
            "type": "object",
            "default": {}
        },
        "subtitleTypo": {
            "type": "object",
            "default": {}
        }
    },
    "supports": {
        "html": false,
        "align": [
            "wide",
            "full"
        ]
    }
}
```
