| 1 |
{ |
| 2 |
"apiVersion": 3, |
| 3 |
"name": "blockenberg/cta-countdown", |
| 4 |
"title": "CTA with Countdown", |
| 5 |
"category": "bkbg-marketing", |
| 6 |
"icon": "clock", |
| 7 |
"description": "Urgency-driven CTA section with a live countdown timer, headline, and call-to-action buttons.", |
| 8 |
"keywords": [ |
| 9 |
"cta", |
| 10 |
"countdown", |
| 11 |
"timer", |
| 12 |
"urgency", |
| 13 |
"offer", |
| 14 |
"deadline", |
| 15 |
"sale" |
| 16 |
], |
| 17 |
"textdomain": "blockenberg", |
| 18 |
"editorScript": "bkbg-cta-countdown-editor", |
| 19 |
"editorStyle": "bkbg-cta-countdown-style", |
| 20 |
"style": "bkbg-cta-countdown-style", |
| 21 |
"viewScript": "bkbg-cta-countdown-frontend", |
| 22 |
"supports": { |
| 23 |
"html": false, |
| 24 |
"align": [ |
| 25 |
"wide", |
| 26 |
"full" |
| 27 |
] |
| 28 |
}, |
| 29 |
"attributes": { |
| 30 |
"eyebrow": { |
| 31 |
"type": "string", |
| 32 |
"default": "Limited Time Offer" |
| 33 |
}, |
| 34 |
"showEyebrow": { |
| 35 |
"type": "boolean", |
| 36 |
"default": true |
| 37 |
}, |
| 38 |
"heading": { |
| 39 |
"type": "string", |
| 40 |
"default": "Get 40% off before the deal expires" |
| 41 |
}, |
| 42 |
"subheading": { |
| 43 |
"type": "string", |
| 44 |
"default": "Join thousands of customers saving time and money. Offer ends soon." |
| 45 |
}, |
| 46 |
"showSubheading": { |
| 47 |
"type": "boolean", |
| 48 |
"default": true |
| 49 |
}, |
| 50 |
"ctaText": { |
| 51 |
"type": "string", |
| 52 |
"default": "Claim Your Discount" |
| 53 |
}, |
| 54 |
"ctaUrl": { |
| 55 |
"type": "string", |
| 56 |
"default": "#" |
| 57 |
}, |
| 58 |
"ctaSecondaryText": { |
| 59 |
"type": "string", |
| 60 |
"default": "Learn More" |
| 61 |
}, |
| 62 |
"ctaSecondaryUrl": { |
| 63 |
"type": "string", |
| 64 |
"default": "#" |
| 65 |
}, |
| 66 |
"showSecondaryCta": { |
| 67 |
"type": "boolean", |
| 68 |
"default": true |
| 69 |
}, |
| 70 |
"endDate": { |
| 71 |
"type": "string", |
| 72 |
"default": "" |
| 73 |
}, |
| 74 |
"daysFromNow": { |
| 75 |
"type": "number", |
| 76 |
"default": 3 |
| 77 |
}, |
| 78 |
"useRelative": { |
| 79 |
"type": "boolean", |
| 80 |
"default": true |
| 81 |
}, |
| 82 |
"showDays": { |
| 83 |
"type": "boolean", |
| 84 |
"default": true |
| 85 |
}, |
| 86 |
"showHours": { |
| 87 |
"type": "boolean", |
| 88 |
"default": true |
| 89 |
}, |
| 90 |
"showMinutes": { |
| 91 |
"type": "boolean", |
| 92 |
"default": true |
| 93 |
}, |
| 94 |
"showSeconds": { |
| 95 |
"type": "boolean", |
| 96 |
"default": true |
| 97 |
}, |
| 98 |
"showLabels": { |
| 99 |
"type": "boolean", |
| 100 |
"default": true |
| 101 |
}, |
| 102 |
"labelDays": { |
| 103 |
"type": "string", |
| 104 |
"default": "Days" |
| 105 |
}, |
| 106 |
"labelHours": { |
| 107 |
"type": "string", |
| 108 |
"default": "Hours" |
| 109 |
}, |
| 110 |
"labelMinutes": { |
| 111 |
"type": "string", |
| 112 |
"default": "Min" |
| 113 |
}, |
| 114 |
"labelSeconds": { |
| 115 |
"type": "string", |
| 116 |
"default": "Sec" |
| 117 |
}, |
| 118 |
"style": { |
| 119 |
"type": "string", |
| 120 |
"default": "dark" |
| 121 |
}, |
| 122 |
"layout": { |
| 123 |
"type": "string", |
| 124 |
"default": "centered" |
| 125 |
}, |
| 126 |
"timerStyle": { |
| 127 |
"type": "string", |
| 128 |
"default": "box" |
| 129 |
}, |
| 130 |
"numberSize": { |
| 131 |
"type": "number", |
| 132 |
"default": 48 |
| 133 |
}, |
| 134 |
"numberWeight": { |
| 135 |
"type": "number", |
| 136 |
"default": 800 |
| 137 |
}, |
| 138 |
"labelSize": { |
| 139 |
"type": "number", |
| 140 |
"default": 12 |
| 141 |
}, |
| 142 |
"headingSize": { |
| 143 |
"type": "number", |
| 144 |
"default": 36 |
| 145 |
}, |
| 146 |
"headingWeight": { |
| 147 |
"type": "number", |
| 148 |
"default": 800 |
| 149 |
}, |
| 150 |
"eyebrowSize": { |
| 151 |
"type": "number", |
| 152 |
"default": 12 |
| 153 |
}, |
| 154 |
"subSize": { |
| 155 |
"type": "number", |
| 156 |
"default": 17 |
| 157 |
}, |
| 158 |
"buttonRadius": { |
| 159 |
"type": "number", |
| 160 |
"default": 8 |
| 161 |
}, |
| 162 |
"buttonSize": { |
| 163 |
"type": "number", |
| 164 |
"default": 16 |
| 165 |
}, |
| 166 |
"separatorChar": { |
| 167 |
"type": "string", |
| 168 |
"default": ":" |
| 169 |
}, |
| 170 |
"timerGap": { |
| 171 |
"type": "number", |
| 172 |
"default": 12 |
| 173 |
}, |
| 174 |
"borderRadius": { |
| 175 |
"type": "number", |
| 176 |
"default": 16 |
| 177 |
}, |
| 178 |
"paddingTop": { |
| 179 |
"type": "number", |
| 180 |
"default": 80 |
| 181 |
}, |
| 182 |
"paddingBottom": { |
| 183 |
"type": "number", |
| 184 |
"default": 80 |
| 185 |
}, |
| 186 |
"accentColor": { |
| 187 |
"type": "string", |
| 188 |
"default": "#6c3fb5" |
| 189 |
}, |
| 190 |
"bgColor": { |
| 191 |
"type": "string", |
| 192 |
"default": "#0f172a" |
| 193 |
}, |
| 194 |
"textColor": { |
| 195 |
"type": "string", |
| 196 |
"default": "#ffffff" |
| 197 |
}, |
| 198 |
"headingColor": { |
| 199 |
"type": "string", |
| 200 |
"default": "#ffffff" |
| 201 |
}, |
| 202 |
"subColor": { |
| 203 |
"type": "string", |
| 204 |
"default": "rgba(255,255,255,0.7)" |
| 205 |
}, |
| 206 |
"eyebrowColor": { |
| 207 |
"type": "string", |
| 208 |
"default": "#a78bfa" |
| 209 |
}, |
| 210 |
"timerBg": { |
| 211 |
"type": "string", |
| 212 |
"default": "rgba(255,255,255,0.08)" |
| 213 |
}, |
| 214 |
"timerBorder": { |
| 215 |
"type": "string", |
| 216 |
"default": "rgba(255,255,255,0.12)" |
| 217 |
}, |
| 218 |
"timerNumColor": { |
| 219 |
"type": "string", |
| 220 |
"default": "#ffffff" |
| 221 |
}, |
| 222 |
"timerLabelColor": { |
| 223 |
"type": "string", |
| 224 |
"default": "rgba(255,255,255,0.5)" |
| 225 |
}, |
| 226 |
"btnBg": { |
| 227 |
"type": "string", |
| 228 |
"default": "#6c3fb5" |
| 229 |
}, |
| 230 |
"btnText": { |
| 231 |
"type": "string", |
| 232 |
"default": "#ffffff" |
| 233 |
}, |
| 234 |
"btn2Bg": { |
| 235 |
"type": "string", |
| 236 |
"default": "transparent" |
| 237 |
}, |
| 238 |
"btn2Text": { |
| 239 |
"type": "string", |
| 240 |
"default": "#ffffff" |
| 241 |
}, |
| 242 |
"btn2Border": { |
| 243 |
"type": "string", |
| 244 |
"default": "rgba(255,255,255,0.3)" |
| 245 |
}, |
| 246 |
"typoHeading": { |
| 247 |
"type": "object", |
| 248 |
"default": {} |
| 249 |
}, |
| 250 |
"typoSub": { |
| 251 |
"type": "object", |
| 252 |
"default": {} |
| 253 |
}, |
| 254 |
"typoEyebrow": { |
| 255 |
"type": "object", |
| 256 |
"default": {} |
| 257 |
}, |
| 258 |
"typoNumber": { |
| 259 |
"type": "object", |
| 260 |
"default": {} |
| 261 |
} |
| 262 |
} |
| 263 |
} |
| 264 |
|