| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 3, |
| 4 |
"name": "blockenberg/numbered-list", |
| 5 |
"title": "Numbered List", |
| 6 |
"category": "bkbg-content", |
| 7 |
"icon": "editor-ol", |
| 8 |
"description": "Visual numbered or icon section — each item has a styled badge, heading, description, optional image and optional link. Ideal for steps, benefits, and 'why choose us' sections.", |
| 9 |
"keywords": [ |
| 10 |
"numbered", |
| 11 |
"steps", |
| 12 |
"benefits", |
| 13 |
"list", |
| 14 |
"icon", |
| 15 |
"process", |
| 16 |
"why choose" |
| 17 |
], |
| 18 |
"textdomain": "blockenberg", |
| 19 |
"editorScript": "bkbg-numbered-list-editor", |
| 20 |
"style": "bkbg-numbered-list-style", |
| 21 |
"viewScript": "bkbg-numbered-list-frontend", |
| 22 |
"supports": { |
| 23 |
"html": false, |
| 24 |
"anchor": true, |
| 25 |
"className": true, |
| 26 |
"align": [ |
| 27 |
"wide", |
| 28 |
"full" |
| 29 |
] |
| 30 |
}, |
| 31 |
"attributes": { |
| 32 |
"heading": { |
| 33 |
"type": "string", |
| 34 |
"default": "Why Choose Us" |
| 35 |
}, |
| 36 |
"showHeading": { |
| 37 |
"type": "boolean", |
| 38 |
"default": true |
| 39 |
}, |
| 40 |
"subtext": { |
| 41 |
"type": "string", |
| 42 |
"default": "" |
| 43 |
}, |
| 44 |
"showSubtext": { |
| 45 |
"type": "boolean", |
| 46 |
"default": false |
| 47 |
}, |
| 48 |
"items": { |
| 49 |
"type": "array", |
| 50 |
"default": [ |
| 51 |
{ |
| 52 |
"customBadge": "", |
| 53 |
"icon": "", |
| 54 |
"iconType": "custom-char", |
| 55 |
"iconDashicon": "", |
| 56 |
"iconImageUrl": "", |
| 57 |
"heading": "Lightning fast", |
| 58 |
"content": "Built for speed from the ground up. Page loads in under 200 ms so visitors never wait.", |
| 59 |
"imageUrl": "", |
| 60 |
"imageId": 0, |
| 61 |
"imageAlt": "", |
| 62 |
"link": "", |
| 63 |
"accentColor": "#6366f1" |
| 64 |
}, |
| 65 |
{ |
| 66 |
"customBadge": "", |
| 67 |
"icon": "", |
| 68 |
"iconType": "custom-char", |
| 69 |
"iconDashicon": "", |
| 70 |
"iconImageUrl": "", |
| 71 |
"heading": "Secure by default", |
| 72 |
"content": "End-to-end encryption and SOC 2 compliance keeps your data safe at every layer.", |
| 73 |
"imageUrl": "", |
| 74 |
"imageId": 0, |
| 75 |
"imageAlt": "", |
| 76 |
"link": "", |
| 77 |
"accentColor": "#10b981" |
| 78 |
}, |
| 79 |
{ |
| 80 |
"customBadge": "", |
| 81 |
"icon": "", |
| 82 |
"iconType": "custom-char", |
| 83 |
"iconDashicon": "", |
| 84 |
"iconImageUrl": "", |
| 85 |
"heading": "Scales with you", |
| 86 |
"content": "From side project to enterprise: infrastructure that grows without changing a line of code.", |
| 87 |
"imageUrl": "", |
| 88 |
"imageId": 0, |
| 89 |
"imageAlt": "", |
| 90 |
"link": "", |
| 91 |
"accentColor": "#f59e0b" |
| 92 |
}, |
| 93 |
{ |
| 94 |
"customBadge": "", |
| 95 |
"icon": "", |
| 96 |
"iconType": "custom-char", |
| 97 |
"iconDashicon": "", |
| 98 |
"iconImageUrl": "", |
| 99 |
"heading": "World-class support", |
| 100 |
"content": "Real humans, real answers — 24/7 live chat with an average first response of 3 minutes.", |
| 101 |
"imageUrl": "", |
| 102 |
"imageId": 0, |
| 103 |
"imageAlt": "", |
| 104 |
"link": "", |
| 105 |
"accentColor": "#ec4899" |
| 106 |
} |
| 107 |
] |
| 108 |
}, |
| 109 |
"layout": { |
| 110 |
"type": "string", |
| 111 |
"default": "list" |
| 112 |
}, |
| 113 |
"badgeType": { |
| 114 |
"type": "string", |
| 115 |
"default": "number" |
| 116 |
}, |
| 117 |
"badgeShape": { |
| 118 |
"type": "string", |
| 119 |
"default": "circle" |
| 120 |
}, |
| 121 |
"badgeSize": { |
| 122 |
"type": "number", |
| 123 |
"default": 44 |
| 124 |
}, |
| 125 |
"badgeFontSize": { |
| 126 |
"type": "number", |
| 127 |
"default": 18 |
| 128 |
}, |
| 129 |
"showConnector": { |
| 130 |
"type": "boolean", |
| 131 |
"default": true |
| 132 |
}, |
| 133 |
"connectorStyle": { |
| 134 |
"type": "string", |
| 135 |
"default": "dashed" |
| 136 |
}, |
| 137 |
"showImage": { |
| 138 |
"type": "boolean", |
| 139 |
"default": false |
| 140 |
}, |
| 141 |
"imageSize": { |
| 142 |
"type": "number", |
| 143 |
"default": 180 |
| 144 |
}, |
| 145 |
"imageRadius": { |
| 146 |
"type": "number", |
| 147 |
"default": 12 |
| 148 |
}, |
| 149 |
"imagePosition": { |
| 150 |
"type": "string", |
| 151 |
"default": "right" |
| 152 |
}, |
| 153 |
"columns": { |
| 154 |
"type": "number", |
| 155 |
"default": 1 |
| 156 |
}, |
| 157 |
"gap": { |
| 158 |
"type": "number", |
| 159 |
"default": 40 |
| 160 |
}, |
| 161 |
"headingSize": { |
| 162 |
"type": "number", |
| 163 |
"default": 20 |
| 164 |
}, |
| 165 |
"fontSize": { |
| 166 |
"type": "number", |
| 167 |
"default": 15 |
| 168 |
}, |
| 169 |
"fontWeight": { |
| 170 |
"type": "integer", |
| 171 |
"default": 600 |
| 172 |
}, |
| 173 |
"lineHeight": { |
| 174 |
"type": "number", |
| 175 |
"default": 1.5 |
| 176 |
}, |
| 177 |
"sectionHeadingTypo": { |
| 178 |
"type": "object", |
| 179 |
"default": {} |
| 180 |
}, |
| 181 |
"itemHeadingTypo": { |
| 182 |
"type": "object", |
| 183 |
"default": {} |
| 184 |
}, |
| 185 |
"bodyTypo": { |
| 186 |
"type": "object", |
| 187 |
"default": {} |
| 188 |
}, |
| 189 |
"subtextTypo": { |
| 190 |
"type": "object", |
| 191 |
"default": {} |
| 192 |
}, |
| 193 |
"borderRadius": { |
| 194 |
"type": "number", |
| 195 |
"default": 0 |
| 196 |
}, |
| 197 |
"paddingTop": { |
| 198 |
"type": "number", |
| 199 |
"default": 0 |
| 200 |
}, |
| 201 |
"paddingBottom": { |
| 202 |
"type": "number", |
| 203 |
"default": 0 |
| 204 |
}, |
| 205 |
"align": { |
| 206 |
"type": "string", |
| 207 |
"default": "left" |
| 208 |
}, |
| 209 |
"bgColor": { |
| 210 |
"type": "string", |
| 211 |
"default": "" |
| 212 |
}, |
| 213 |
"badgeBg": { |
| 214 |
"type": "string", |
| 215 |
"default": "#6366f1" |
| 216 |
}, |
| 217 |
"badgeColor": { |
| 218 |
"type": "string", |
| 219 |
"default": "#ffffff" |
| 220 |
}, |
| 221 |
"headingColor": { |
| 222 |
"type": "string", |
| 223 |
"default": "#111827" |
| 224 |
}, |
| 225 |
"textColor": { |
| 226 |
"type": "string", |
| 227 |
"default": "#4b5563" |
| 228 |
}, |
| 229 |
"connectorColor": { |
| 230 |
"type": "string", |
| 231 |
"default": "#d1d5db" |
| 232 |
}, |
| 233 |
"sectionHeadingColor": { |
| 234 |
"type": "string", |
| 235 |
"default": "#111827" |
| 236 |
}, |
| 237 |
"subtextColor": { |
| 238 |
"type": "string", |
| 239 |
"default": "#6b7280" |
| 240 |
} |
| 241 |
} |
| 242 |
} |
| 243 |
|