# blockenberg/2.0.7/blocks/okr-tracker/block.json

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

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

```json
{
    "apiVersion": 3,
    "name": "blockenberg/okr-tracker",
    "title": "OKR Tracker",
    "category": "bkbg-interactive",
    "icon": "flag",
    "description": "Objectives & Key Results tracker with visual progress indicators and status badges.",
    "textdomain": "blockenberg",
    "editorScript": "bkbg-okr-tracker-editor",
    "style": "bkbg-okr-tracker-style",
    "attributes": {
        "title": {
            "type": "string",
            "default": "Q1 2025 OKRs"
        },
        "showTitle": {
            "type": "boolean",
            "default": true
        },
        "showPeriod": {
            "type": "boolean",
            "default": true
        },
        "period": {
            "type": "string",
            "default": "January \u2014 March 2025"
        },
        "showProgress": {
            "type": "boolean",
            "default": true
        },
        "showStatus": {
            "type": "boolean",
            "default": true
        },
        "barHeight": {
            "type": "number",
            "default": 10
        },
        "borderRadius": {
            "type": "number",
            "default": 12
        },
        "cardPadding": {
            "type": "number",
            "default": 24
        },
        "labelFontSize": {
            "type": "number",
            "default": 14
        },
        "krFontSize": {
            "type": "number",
            "default": 13
        },
        "periodSize": {
            "type": "number",
            "default": 13
        },
        "bgColor": {
            "type": "string",
            "default": "#ffffff"
        },
        "cardBg": {
            "type": "string",
            "default": "#f9fafb"
        },
        "titleColor": {
            "type": "string",
            "default": "#111827"
        },
        "textColor": {
            "type": "string",
            "default": "#374151"
        },
        "mutedColor": {
            "type": "string",
            "default": "#6b7280"
        },
        "trackColor": {
            "type": "string",
            "default": "#e5e7eb"
        },
        "objectives": {
            "type": "array",
            "default": [
                {
                    "label": "Grow Product Adoption",
                    "color": "#6366f1",
                    "keyResults": [
                        {
                            "label": "Reach 10,000 active users",
                            "progress": 78,
                            "status": "on-track"
                        },
                        {
                            "label": "Achieve NPS score of 45+",
                            "progress": 55,
                            "status": "at-risk"
                        },
                        {
                            "label": "Launch 3 new integration partners",
                            "progress": 100,
                            "status": "done"
                        }
                    ]
                },
                {
                    "label": "Improve Revenue",
                    "color": "#10b981",
                    "keyResults": [
                        {
                            "label": "Close $500K in new ARR",
                            "progress": 62,
                            "status": "on-track"
                        },
                        {
                            "label": "Reduce churn to below 3%",
                            "progress": 80,
                            "status": "on-track"
                        },
                        {
                            "label": "Expand into 2 new markets",
                            "progress": 40,
                            "status": "at-risk"
                        }
                    ]
                },
                {
                    "label": "Build a World-Class Team",
                    "color": "#f59e0b",
                    "keyResults": [
                        {
                            "label": "Hire 5 senior engineers",
                            "progress": 60,
                            "status": "on-track"
                        },
                        {
                            "label": "Achieve eNPS of 50+",
                            "progress": 30,
                            "status": "at-risk"
                        },
                        {
                            "label": "Complete leadership training program",
                            "progress": 100,
                            "status": "done"
                        }
                    ]
                }
            ]
        },
        "labelFontWeight": {
            "type": "string",
            "default": "700"
        },
        "krFontWeight": {
            "type": "string",
            "default": "400"
        },
        "labelLineHeight": {
            "type": "number",
            "default": 1.4
        },
        "titleTypo": {
            "type": "object",
            "default": {}
        },
        "objLabelTypo": {
            "type": "object",
            "default": {}
        },
        "krTypo": {
            "type": "object",
            "default": {}
        }
    }
}
```
