| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 3, |
| 4 |
"name": "blockenberg/about-section", |
| 5 |
"version": "1.0.0", |
| 6 |
"title": "About Section", |
| 7 |
"category": "bkbg-business", |
| 8 |
"icon": "admin-home", |
| 9 |
"description": "Ready-made About Us section with split image/video + text layout, optional company stats row, badge label, CTA buttons, and full background/color controls.", |
| 10 |
"keywords": [ |
| 11 |
"about", |
| 12 |
"company", |
| 13 |
"team", |
| 14 |
"story", |
| 15 |
"section", |
| 16 |
"split" |
| 17 |
], |
| 18 |
"textdomain": "blockenberg", |
| 19 |
"editorScript": "bkbg-about-section-editor", |
| 20 |
"style": "bkbg-about-section-style", |
| 21 |
"viewScript": "bkbg-about-section-frontend", |
| 22 |
"attributes": { |
| 23 |
"label": { |
| 24 |
"type": "string", |
| 25 |
"default": "About Us" |
| 26 |
}, |
| 27 |
"showLabel": { |
| 28 |
"type": "boolean", |
| 29 |
"default": true |
| 30 |
}, |
| 31 |
"heading": { |
| 32 |
"type": "string", |
| 33 |
"default": "We build products that make a real difference." |
| 34 |
}, |
| 35 |
"subtext": { |
| 36 |
"type": "string", |
| 37 |
"default": "Founded in 2018, we've helped over 3,000 companies ship better software, faster. Our team of designers and engineers brings a unique mix of craft and strategy to every project." |
| 38 |
}, |
| 39 |
"imageUrl": { |
| 40 |
"type": "string", |
| 41 |
"default": "" |
| 42 |
}, |
| 43 |
"imageId": { |
| 44 |
"type": "number", |
| 45 |
"default": 0 |
| 46 |
}, |
| 47 |
"imageAlt": { |
| 48 |
"type": "string", |
| 49 |
"default": "" |
| 50 |
}, |
| 51 |
"imageLayout": { |
| 52 |
"type": "string", |
| 53 |
"default": "left" |
| 54 |
}, |
| 55 |
"imageStyle": { |
| 56 |
"type": "string", |
| 57 |
"default": "rounded" |
| 58 |
}, |
| 59 |
"imageShadow": { |
| 60 |
"type": "boolean", |
| 61 |
"default": true |
| 62 |
}, |
| 63 |
"showStats": { |
| 64 |
"type": "boolean", |
| 65 |
"default": true |
| 66 |
}, |
| 67 |
"stats": { |
| 68 |
"type": "array", |
| 69 |
"default": [ |
| 70 |
{ |
| 71 |
"value": "3,000+", |
| 72 |
"label": "Clients served" |
| 73 |
}, |
| 74 |
{ |
| 75 |
"value": "98%", |
| 76 |
"label": "Satisfaction rate" |
| 77 |
}, |
| 78 |
{ |
| 79 |
"value": "12yrs", |
| 80 |
"label": "In business" |
| 81 |
} |
| 82 |
] |
| 83 |
}, |
| 84 |
"showCta": { |
| 85 |
"type": "boolean", |
| 86 |
"default": true |
| 87 |
}, |
| 88 |
"ctaLabel": { |
| 89 |
"type": "string", |
| 90 |
"default": "Meet the Team" |
| 91 |
}, |
| 92 |
"ctaUrl": { |
| 93 |
"type": "string", |
| 94 |
"default": "#" |
| 95 |
}, |
| 96 |
"ctaStyle": { |
| 97 |
"type": "string", |
| 98 |
"default": "filled" |
| 99 |
}, |
| 100 |
"showCta2": { |
| 101 |
"type": "boolean", |
| 102 |
"default": false |
| 103 |
}, |
| 104 |
"cta2Label": { |
| 105 |
"type": "string", |
| 106 |
"default": "Our Story" |
| 107 |
}, |
| 108 |
"cta2Url": { |
| 109 |
"type": "string", |
| 110 |
"default": "#" |
| 111 |
}, |
| 112 |
"showSignature": { |
| 113 |
"type": "boolean", |
| 114 |
"default": false |
| 115 |
}, |
| 116 |
"signatureName": { |
| 117 |
"type": "string", |
| 118 |
"default": "Alex Johnson, CEO" |
| 119 |
}, |
| 120 |
"bgColor": { |
| 121 |
"type": "string", |
| 122 |
"default": "#ffffff" |
| 123 |
}, |
| 124 |
"accentColor": { |
| 125 |
"type": "string", |
| 126 |
"default": "#7c3aed" |
| 127 |
}, |
| 128 |
"headingColor": { |
| 129 |
"type": "string", |
| 130 |
"default": "#111827" |
| 131 |
}, |
| 132 |
"textColor": { |
| 133 |
"type": "string", |
| 134 |
"default": "#6b7280" |
| 135 |
}, |
| 136 |
"statValueColor": { |
| 137 |
"type": "string", |
| 138 |
"default": "#111827" |
| 139 |
}, |
| 140 |
"statLabelColor": { |
| 141 |
"type": "string", |
| 142 |
"default": "#6b7280" |
| 143 |
}, |
| 144 |
"ctaBg": { |
| 145 |
"type": "string", |
| 146 |
"default": "#7c3aed" |
| 147 |
}, |
| 148 |
"ctaColor": { |
| 149 |
"type": "string", |
| 150 |
"default": "#ffffff" |
| 151 |
}, |
| 152 |
"labelBg": { |
| 153 |
"type": "string", |
| 154 |
"default": "#ede9fe" |
| 155 |
}, |
| 156 |
"labelColor": { |
| 157 |
"type": "string", |
| 158 |
"default": "#7c3aed" |
| 159 |
}, |
| 160 |
"headingSize": { |
| 161 |
"type": "number", |
| 162 |
"default": 40 |
| 163 |
}, |
| 164 |
"textSize": { |
| 165 |
"type": "number", |
| 166 |
"default": 17 |
| 167 |
}, |
| 168 |
"statValueSize": { |
| 169 |
"type": "number", |
| 170 |
"default": 36 |
| 171 |
}, |
| 172 |
"colGap": { |
| 173 |
"type": "number", |
| 174 |
"default": 64 |
| 175 |
}, |
| 176 |
"paddingTop": { |
| 177 |
"type": "number", |
| 178 |
"default": 80 |
| 179 |
}, |
| 180 |
"paddingBottom": { |
| 181 |
"type": "number", |
| 182 |
"default": 80 |
| 183 |
}, |
| 184 |
"maxWidth": { |
| 185 |
"type": "number", |
| 186 |
"default": 1200 |
| 187 |
}, |
| 188 |
"verticalAlign": { |
| 189 |
"type": "string", |
| 190 |
"default": "center" |
| 191 |
}, |
| 192 |
"labelSize": { |
| 193 |
"type": "number", |
| 194 |
"default": 13 |
| 195 |
}, |
| 196 |
"headingTypo": { |
| 197 |
"type": "object", |
| 198 |
"default": {} |
| 199 |
}, |
| 200 |
"bodyTypo": { |
| 201 |
"type": "object", |
| 202 |
"default": {} |
| 203 |
}, |
| 204 |
"labelTypo": { |
| 205 |
"type": "object", |
| 206 |
"default": {} |
| 207 |
}, |
| 208 |
"statValueTypo": { |
| 209 |
"type": "object", |
| 210 |
"default": {} |
| 211 |
}, |
| 212 |
"statLabelTypo": { |
| 213 |
"type": "object", |
| 214 |
"default": {} |
| 215 |
} |
| 216 |
}, |
| 217 |
"supports": { |
| 218 |
"html": false, |
| 219 |
"anchor": true, |
| 220 |
"className": true, |
| 221 |
"align": [ |
| 222 |
"wide", |
| 223 |
"full" |
| 224 |
] |
| 225 |
} |
| 226 |
} |
| 227 |
|