{ "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": "" } } }