| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 3, |
| 4 |
"name": "blockenberg/services-showcase", |
| 5 |
"version": "1.0.0", |
| 6 |
"title": "Services Showcase", |
| 7 |
"category": "bkbg-business", |
| 8 |
"icon": "portfolio", |
| 9 |
"description": "Grid of service offerings with icon, title, description, feature list and optional CTA.", |
| 10 |
"textdomain": "blockenberg", |
| 11 |
"editorScript": "bkbg-services-showcase-editor", |
| 12 |
"style": "bkbg-services-showcase-style", |
| 13 |
"viewScript": "bkbg-services-showcase-frontend", |
| 14 |
"attributes": { |
| 15 |
"services": { |
| 16 |
"type": "array", |
| 17 |
"default": [ |
| 18 |
{ |
| 19 |
"id": "svc1", |
| 20 |
"icon": "🎨", |
| 21 |
"iconType": "custom-char", |
| 22 |
"iconDashicon": "", |
| 23 |
"iconImageUrl": "", |
| 24 |
"imageUrl": "", |
| 25 |
"imageId": 0, |
| 26 |
"useImage": false, |
| 27 |
"title": "UI/UX Design", |
| 28 |
"description": "Beautiful, user-centred interfaces that convert visitors into customers.", |
| 29 |
"features": [ |
| 30 |
"Custom design system", |
| 31 |
"Responsive layouts", |
| 32 |
"Accessibility-first" |
| 33 |
], |
| 34 |
"ctaLabel": "Learn more", |
| 35 |
"ctaUrl": "#", |
| 36 |
"badgeLabel": "Popular", |
| 37 |
"showBadge": true, |
| 38 |
"accentColor": "#6c3fb5" |
| 39 |
}, |
| 40 |
{ |
| 41 |
"id": "svc2", |
| 42 |
"icon": "⚡", |
| 43 |
"iconType": "custom-char", |
| 44 |
"iconDashicon": "", |
| 45 |
"iconImageUrl": "", |
| 46 |
"imageUrl": "", |
| 47 |
"imageId": 0, |
| 48 |
"useImage": false, |
| 49 |
"title": "Web Development", |
| 50 |
"description": "Fast, modern websites and web applications built for scale.", |
| 51 |
"features": [ |
| 52 |
"React & Next.js", |
| 53 |
"API integrations", |
| 54 |
"Performance optimised" |
| 55 |
], |
| 56 |
"ctaLabel": "Learn more", |
| 57 |
"ctaUrl": "#", |
| 58 |
"badgeLabel": "", |
| 59 |
"showBadge": false, |
| 60 |
"accentColor": "#0ea5e9" |
| 61 |
}, |
| 62 |
{ |
| 63 |
"id": "svc3", |
| 64 |
"icon": "📈", |
| 65 |
"iconType": "custom-char", |
| 66 |
"iconDashicon": "", |
| 67 |
"iconImageUrl": "", |
| 68 |
"imageUrl": "", |
| 69 |
"imageId": 0, |
| 70 |
"useImage": false, |
| 71 |
"title": "Growth Marketing", |
| 72 |
"description": "Data-driven campaigns that grow your audience and revenue consistently.", |
| 73 |
"features": [ |
| 74 |
"SEO & content", |
| 75 |
"Paid ads management", |
| 76 |
"Analytics dashboards" |
| 77 |
], |
| 78 |
"ctaLabel": "Learn more", |
| 79 |
"ctaUrl": "#", |
| 80 |
"badgeLabel": "", |
| 81 |
"showBadge": false, |
| 82 |
"accentColor": "#10b981" |
| 83 |
} |
| 84 |
] |
| 85 |
}, |
| 86 |
"sectionTitle": { |
| 87 |
"type": "string", |
| 88 |
"default": "What We Do" |
| 89 |
}, |
| 90 |
"sectionSubtitle": { |
| 91 |
"type": "string", |
| 92 |
"default": "Solutions designed for modern businesses." |
| 93 |
}, |
| 94 |
"showSectionHeader": { |
| 95 |
"type": "boolean", |
| 96 |
"default": true |
| 97 |
}, |
| 98 |
"headerAlign": { |
| 99 |
"type": "string", |
| 100 |
"default": "center" |
| 101 |
}, |
| 102 |
"eyebrowLabel": { |
| 103 |
"type": "string", |
| 104 |
"default": "Our Services" |
| 105 |
}, |
| 106 |
"showEyebrow": { |
| 107 |
"type": "boolean", |
| 108 |
"default": true |
| 109 |
}, |
| 110 |
"cardStyle": { |
| 111 |
"type": "string", |
| 112 |
"default": "clean" |
| 113 |
}, |
| 114 |
"iconStyle": { |
| 115 |
"type": "string", |
| 116 |
"default": "emoji" |
| 117 |
}, |
| 118 |
"columns": { |
| 119 |
"type": "number", |
| 120 |
"default": 3 |
| 121 |
}, |
| 122 |
"gap": { |
| 123 |
"type": "number", |
| 124 |
"default": 28 |
| 125 |
}, |
| 126 |
"cardRadius": { |
| 127 |
"type": "number", |
| 128 |
"default": 16 |
| 129 |
}, |
| 130 |
"cardPadding": { |
| 131 |
"type": "number", |
| 132 |
"default": 32 |
| 133 |
}, |
| 134 |
"iconSize": { |
| 135 |
"type": "number", |
| 136 |
"default": 40 |
| 137 |
}, |
| 138 |
"iconBgSize": { |
| 139 |
"type": "number", |
| 140 |
"default": 72 |
| 141 |
}, |
| 142 |
"showFeatures": { |
| 143 |
"type": "boolean", |
| 144 |
"default": true |
| 145 |
}, |
| 146 |
"showCta": { |
| 147 |
"type": "boolean", |
| 148 |
"default": true |
| 149 |
}, |
| 150 |
"showBadges": { |
| 151 |
"type": "boolean", |
| 152 |
"default": true |
| 153 |
}, |
| 154 |
"showImages": { |
| 155 |
"type": "boolean", |
| 156 |
"default": false |
| 157 |
}, |
| 158 |
"featureIcon": { |
| 159 |
"type": "string", |
| 160 |
"default": "✓" |
| 161 |
}, |
| 162 |
"featureIconType": { |
| 163 |
"type": "string", |
| 164 |
"default": "custom-char" |
| 165 |
}, |
| 166 |
"featureIconDashicon": { |
| 167 |
"type": "string", |
| 168 |
"default": "" |
| 169 |
}, |
| 170 |
"featureIconImageUrl": { |
| 171 |
"type": "string", |
| 172 |
"default": "" |
| 173 |
}, |
| 174 |
"ctaStyle": { |
| 175 |
"type": "string", |
| 176 |
"default": "link-arrow" |
| 177 |
}, |
| 178 |
"titleSize": { |
| 179 |
"type": "number", |
| 180 |
"default": 21 |
| 181 |
}, |
| 182 |
"descSize": { |
| 183 |
"type": "number", |
| 184 |
"default": 15 |
| 185 |
}, |
| 186 |
"featureSize": { |
| 187 |
"type": "number", |
| 188 |
"default": 14 |
| 189 |
}, |
| 190 |
"paddingTop": { |
| 191 |
"type": "number", |
| 192 |
"default": 72 |
| 193 |
}, |
| 194 |
"paddingBottom": { |
| 195 |
"type": "number", |
| 196 |
"default": 72 |
| 197 |
}, |
| 198 |
"headerGap": { |
| 199 |
"type": "number", |
| 200 |
"default": 48 |
| 201 |
}, |
| 202 |
"sectionBg": { |
| 203 |
"type": "string", |
| 204 |
"default": "" |
| 205 |
}, |
| 206 |
"cardBg": { |
| 207 |
"type": "string", |
| 208 |
"default": "#ffffff" |
| 209 |
}, |
| 210 |
"cardBorderColor": { |
| 211 |
"type": "string", |
| 212 |
"default": "#e2e8f0" |
| 213 |
}, |
| 214 |
"iconBg": { |
| 215 |
"type": "string", |
| 216 |
"default": "#f3f0ff" |
| 217 |
}, |
| 218 |
"iconColor": { |
| 219 |
"type": "string", |
| 220 |
"default": "#6c3fb5" |
| 221 |
}, |
| 222 |
"titleColor": { |
| 223 |
"type": "string", |
| 224 |
"default": "#1e293b" |
| 225 |
}, |
| 226 |
"descColor": { |
| 227 |
"type": "string", |
| 228 |
"default": "#64748b" |
| 229 |
}, |
| 230 |
"featureColor": { |
| 231 |
"type": "string", |
| 232 |
"default": "#475569" |
| 233 |
}, |
| 234 |
"featureCheckColor": { |
| 235 |
"type": "string", |
| 236 |
"default": "#6c3fb5" |
| 237 |
}, |
| 238 |
"ctaColor": { |
| 239 |
"type": "string", |
| 240 |
"default": "#6c3fb5" |
| 241 |
}, |
| 242 |
"eyebrowBg": { |
| 243 |
"type": "string", |
| 244 |
"default": "#ede9fe" |
| 245 |
}, |
| 246 |
"eyebrowColor": { |
| 247 |
"type": "string", |
| 248 |
"default": "#6c3fb5" |
| 249 |
}, |
| 250 |
"sectionTitleColor": { |
| 251 |
"type": "string", |
| 252 |
"default": "#1e293b" |
| 253 |
}, |
| 254 |
"sectionSubColor": { |
| 255 |
"type": "string", |
| 256 |
"default": "#64748b" |
| 257 |
}, |
| 258 |
"titleFontWeight": { |
| 259 |
"type": "number", |
| 260 |
"default": 500 |
| 261 |
}, |
| 262 |
"featureFontWeight": { |
| 263 |
"type": "number", |
| 264 |
"default": 600 |
| 265 |
}, |
| 266 |
"sectionTitleTypo": { |
| 267 |
"type": "object", |
| 268 |
"default": {} |
| 269 |
}, |
| 270 |
"cardTitleTypo": { |
| 271 |
"type": "object", |
| 272 |
"default": {} |
| 273 |
}, |
| 274 |
"cardDescTypo": { |
| 275 |
"type": "object", |
| 276 |
"default": {} |
| 277 |
} |
| 278 |
}, |
| 279 |
"supports": { |
| 280 |
"html": false, |
| 281 |
"align": [ |
| 282 |
"wide", |
| 283 |
"full" |
| 284 |
], |
| 285 |
"color": { |
| 286 |
"background": true, |
| 287 |
"text": false |
| 288 |
} |
| 289 |
} |
| 290 |
} |