| 1 |
{ |
| 2 |
"apiVersion": 3, |
| 3 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 4 |
"name": "blockenberg/values-circle", |
| 5 |
"title": "Values Circle", |
| 6 |
"description": "Radial SVG infographic with values arranged around a central element.", |
| 7 |
"category": "bkbg-business", |
| 8 |
"textdomain": "blockenberg", |
| 9 |
"editorScript": "bkbg-values-circle-editor", |
| 10 |
"style": "bkbg-values-circle-style", |
| 11 |
"viewScript": "bkbg-values-circle-frontend", |
| 12 |
"icon": "chart-pie", |
| 13 |
"supports": { |
| 14 |
"html": false, |
| 15 |
"anchor": true, |
| 16 |
"className": true, |
| 17 |
"align": [ |
| 18 |
"wide", |
| 19 |
"full" |
| 20 |
] |
| 21 |
}, |
| 22 |
"attributes": { |
| 23 |
"values": { |
| 24 |
"type": "array", |
| 25 |
"default": [ |
| 26 |
{ |
| 27 |
"icon": "🚀", |
| 28 |
"iconType": "custom-char", |
| 29 |
"iconDashicon": "", |
| 30 |
"iconImageUrl": "", |
| 31 |
"label": "Innovation", |
| 32 |
"description": "We push boundaries" |
| 33 |
}, |
| 34 |
{ |
| 35 |
"icon": "🤝", |
| 36 |
"iconType": "custom-char", |
| 37 |
"iconDashicon": "", |
| 38 |
"iconImageUrl": "", |
| 39 |
"label": "Integrity", |
| 40 |
"description": "Honest & transparent" |
| 41 |
}, |
| 42 |
{ |
| 43 |
"icon": "💡", |
| 44 |
"iconType": "custom-char", |
| 45 |
"iconDashicon": "", |
| 46 |
"iconImageUrl": "", |
| 47 |
"label": "Creativity", |
| 48 |
"description": "Fresh ideas daily" |
| 49 |
}, |
| 50 |
{ |
| 51 |
"icon": "🌍", |
| 52 |
"iconType": "custom-char", |
| 53 |
"iconDashicon": "", |
| 54 |
"iconImageUrl": "", |
| 55 |
"label": "Community", |
| 56 |
"description": "Better together" |
| 57 |
}, |
| 58 |
{ |
| 59 |
"icon": "⚡", |
| 60 |
"iconType": "custom-char", |
| 61 |
"iconDashicon": "", |
| 62 |
"iconImageUrl": "", |
| 63 |
"label": "Excellence", |
| 64 |
"description": "Quality first" |
| 65 |
}, |
| 66 |
{ |
| 67 |
"icon": "❤️", |
| 68 |
"iconType": "custom-char", |
| 69 |
"iconDashicon": "", |
| 70 |
"iconImageUrl": "", |
| 71 |
"label": "Passion", |
| 72 |
"description": "We love what we do" |
| 73 |
} |
| 74 |
] |
| 75 |
}, |
| 76 |
"centerText": { |
| 77 |
"type": "string", |
| 78 |
"default": "Our Values" |
| 79 |
}, |
| 80 |
"centerSubtext": { |
| 81 |
"type": "string", |
| 82 |
"default": "" |
| 83 |
}, |
| 84 |
"size": { |
| 85 |
"type": "integer", |
| 86 |
"default": 520 |
| 87 |
}, |
| 88 |
"orbitRadius": { |
| 89 |
"type": "integer", |
| 90 |
"default": 38 |
| 91 |
}, |
| 92 |
"centerRadius": { |
| 93 |
"type": "integer", |
| 94 |
"default": 22 |
| 95 |
}, |
| 96 |
"iconSize": { |
| 97 |
"type": "integer", |
| 98 |
"default": 32 |
| 99 |
}, |
| 100 |
"labelSize": { |
| 101 |
"type": "integer", |
| 102 |
"default": 14 |
| 103 |
}, |
| 104 |
"descSize": { |
| 105 |
"type": "integer", |
| 106 |
"default": 12 |
| 107 |
}, |
| 108 |
"centerTextSize": { |
| 109 |
"type": "integer", |
| 110 |
"default": 20 |
| 111 |
}, |
| 112 |
"showDescription": { |
| 113 |
"type": "boolean", |
| 114 |
"default": true |
| 115 |
}, |
| 116 |
"animate": { |
| 117 |
"type": "boolean", |
| 118 |
"default": true |
| 119 |
}, |
| 120 |
"animateDuration": { |
| 121 |
"type": "integer", |
| 122 |
"default": 800 |
| 123 |
}, |
| 124 |
"lineStyle": { |
| 125 |
"type": "string", |
| 126 |
"default": "dashed" |
| 127 |
}, |
| 128 |
"nodeBg": { |
| 129 |
"type": "string", |
| 130 |
"default": "#6366f1" |
| 131 |
}, |
| 132 |
"nodeColor": { |
| 133 |
"type": "string", |
| 134 |
"default": "#ffffff" |
| 135 |
}, |
| 136 |
"centerBg": { |
| 137 |
"type": "string", |
| 138 |
"default": "#0f172a" |
| 139 |
}, |
| 140 |
"centerColor": { |
| 141 |
"type": "string", |
| 142 |
"default": "#ffffff" |
| 143 |
}, |
| 144 |
"lineColor": { |
| 145 |
"type": "string", |
| 146 |
"default": "#cbd5e1" |
| 147 |
}, |
| 148 |
"labelColor": { |
| 149 |
"type": "string", |
| 150 |
"default": "#0f172a" |
| 151 |
}, |
| 152 |
"descColor": { |
| 153 |
"type": "string", |
| 154 |
"default": "#64748b" |
| 155 |
}, |
| 156 |
"sectionBg": { |
| 157 |
"type": "string", |
| 158 |
"default": "" |
| 159 |
} |
| 160 |
} |
| 161 |
} |
| 162 |
|