# blockenberg/2.0.7/blocks/values-circle/block.json

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

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

```json
{
    "apiVersion": 3,
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "name": "blockenberg/values-circle",
    "title": "Values Circle",
    "description": "Radial SVG infographic with values arranged around a central element.",
    "category": "bkbg-business",
    "textdomain": "blockenberg",
    "editorScript": "bkbg-values-circle-editor",
    "style": "bkbg-values-circle-style",
    "viewScript": "bkbg-values-circle-frontend",
    "icon": "chart-pie",
    "supports": {
        "html": false,
        "anchor": true,
        "className": true,
        "align": [
            "wide",
            "full"
        ]
    },
    "attributes": {
        "values": {
            "type": "array",
            "default": [
                {
                    "icon": "🚀",
                    "iconType": "custom-char",
                    "iconDashicon": "",
                    "iconImageUrl": "",
                    "label": "Innovation",
                    "description": "We push boundaries"
                },
                {
                    "icon": "🤝",
                    "iconType": "custom-char",
                    "iconDashicon": "",
                    "iconImageUrl": "",
                    "label": "Integrity",
                    "description": "Honest & transparent"
                },
                {
                    "icon": "💡",
                    "iconType": "custom-char",
                    "iconDashicon": "",
                    "iconImageUrl": "",
                    "label": "Creativity",
                    "description": "Fresh ideas daily"
                },
                {
                    "icon": "🌍",
                    "iconType": "custom-char",
                    "iconDashicon": "",
                    "iconImageUrl": "",
                    "label": "Community",
                    "description": "Better together"
                },
                {
                    "icon": "⚡",
                    "iconType": "custom-char",
                    "iconDashicon": "",
                    "iconImageUrl": "",
                    "label": "Excellence",
                    "description": "Quality first"
                },
                {
                    "icon": "❤️",
                    "iconType": "custom-char",
                    "iconDashicon": "",
                    "iconImageUrl": "",
                    "label": "Passion",
                    "description": "We love what we do"
                }
            ]
        },
        "centerText": {
            "type": "string",
            "default": "Our Values"
        },
        "centerSubtext": {
            "type": "string",
            "default": ""
        },
        "size": {
            "type": "integer",
            "default": 520
        },
        "orbitRadius": {
            "type": "integer",
            "default": 38
        },
        "centerRadius": {
            "type": "integer",
            "default": 22
        },
        "iconSize": {
            "type": "integer",
            "default": 32
        },
        "labelSize": {
            "type": "integer",
            "default": 14
        },
        "descSize": {
            "type": "integer",
            "default": 12
        },
        "centerTextSize": {
            "type": "integer",
            "default": 20
        },
        "showDescription": {
            "type": "boolean",
            "default": true
        },
        "animate": {
            "type": "boolean",
            "default": true
        },
        "animateDuration": {
            "type": "integer",
            "default": 800
        },
        "lineStyle": {
            "type": "string",
            "default": "dashed"
        },
        "nodeBg": {
            "type": "string",
            "default": "#6366f1"
        },
        "nodeColor": {
            "type": "string",
            "default": "#ffffff"
        },
        "centerBg": {
            "type": "string",
            "default": "#0f172a"
        },
        "centerColor": {
            "type": "string",
            "default": "#ffffff"
        },
        "lineColor": {
            "type": "string",
            "default": "#cbd5e1"
        },
        "labelColor": {
            "type": "string",
            "default": "#0f172a"
        },
        "descColor": {
            "type": "string",
            "default": "#64748b"
        },
        "sectionBg": {
            "type": "string",
            "default": ""
        }
    }
}

```
