| 1 |
{ |
| 2 |
"apiVersion": 3, |
| 3 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 4 |
"name": "blockenberg/cta-pulsing-button", |
| 5 |
"title": "CTA Pulsing Button", |
| 6 |
"category": "bkbg-marketing", |
| 7 |
"icon": "button", |
| 8 |
"description": "An animated Call-to-Action button with pulsing ring/glow effects, rich typography, hover colors, icon, badge, and subtext controls.", |
| 9 |
"keywords": [ |
| 10 |
"cta", |
| 11 |
"button", |
| 12 |
"pulse", |
| 13 |
"pulsing", |
| 14 |
"animated", |
| 15 |
"call to action", |
| 16 |
"ripple", |
| 17 |
"glow", |
| 18 |
"ring" |
| 19 |
], |
| 20 |
"textdomain": "blockenberg", |
| 21 |
"editorScript": "bkbg-cta-pulsing-button-editor", |
| 22 |
"editorStyle": "bkbg-cta-pulsing-button-style", |
| 23 |
"style": "bkbg-cta-pulsing-button-style", |
| 24 |
"viewScript": "bkbg-cta-pulsing-button-frontend", |
| 25 |
"supports": { |
| 26 |
"html": false, |
| 27 |
"anchor": true, |
| 28 |
"className": true, |
| 29 |
"align": [ |
| 30 |
"wide", |
| 31 |
"full" |
| 32 |
] |
| 33 |
}, |
| 34 |
"attributes": { |
| 35 |
"buttonText": { |
| 36 |
"type": "string", |
| 37 |
"default": "Get Started" |
| 38 |
}, |
| 39 |
"url": { |
| 40 |
"type": "string", |
| 41 |
"default": "" |
| 42 |
}, |
| 43 |
"urlNewTab": { |
| 44 |
"type": "boolean", |
| 45 |
"default": false |
| 46 |
}, |
| 47 |
"urlNoFollow": { |
| 48 |
"type": "boolean", |
| 49 |
"default": false |
| 50 |
}, |
| 51 |
"alignment": { |
| 52 |
"type": "string", |
| 53 |
"default": "center" |
| 54 |
}, |
| 55 |
"buttonStyle": { |
| 56 |
"type": "string", |
| 57 |
"default": "solid" |
| 58 |
}, |
| 59 |
"buttonSize": { |
| 60 |
"type": "string", |
| 61 |
"default": "md" |
| 62 |
}, |
| 63 |
"buttonFontSize": { |
| 64 |
"type": "number", |
| 65 |
"default": 17 |
| 66 |
}, |
| 67 |
"buttonFontWeight": { |
| 68 |
"type": "number", |
| 69 |
"default": 700 |
| 70 |
}, |
| 71 |
"buttonLetterSpacing": { |
| 72 |
"type": "number", |
| 73 |
"default": 0.5 |
| 74 |
}, |
| 75 |
"buttonTextTransform": { |
| 76 |
"type": "string", |
| 77 |
"default": "none" |
| 78 |
}, |
| 79 |
"buttonPaddingV": { |
| 80 |
"type": "number", |
| 81 |
"default": 16 |
| 82 |
}, |
| 83 |
"buttonPaddingH": { |
| 84 |
"type": "number", |
| 85 |
"default": 36 |
| 86 |
}, |
| 87 |
"buttonBorderRadius": { |
| 88 |
"type": "number", |
| 89 |
"default": 50 |
| 90 |
}, |
| 91 |
"buttonBg": { |
| 92 |
"type": "string", |
| 93 |
"default": "#f59e0b" |
| 94 |
}, |
| 95 |
"buttonBgHover": { |
| 96 |
"type": "string", |
| 97 |
"default": "#d97706" |
| 98 |
}, |
| 99 |
"buttonTextColor": { |
| 100 |
"type": "string", |
| 101 |
"default": "#ffffff" |
| 102 |
}, |
| 103 |
"buttonTextColorHover": { |
| 104 |
"type": "string", |
| 105 |
"default": "#ffffff" |
| 106 |
}, |
| 107 |
"buttonBorderColor": { |
| 108 |
"type": "string", |
| 109 |
"default": "#f59e0b" |
| 110 |
}, |
| 111 |
"buttonBorderWidth": { |
| 112 |
"type": "number", |
| 113 |
"default": 2 |
| 114 |
}, |
| 115 |
"gradientFrom": { |
| 116 |
"type": "string", |
| 117 |
"default": "#f59e0b" |
| 118 |
}, |
| 119 |
"gradientTo": { |
| 120 |
"type": "string", |
| 121 |
"default": "#ef4444" |
| 122 |
}, |
| 123 |
"gradientAngle": { |
| 124 |
"type": "number", |
| 125 |
"default": 135 |
| 126 |
}, |
| 127 |
"showButtonShadow": { |
| 128 |
"type": "boolean", |
| 129 |
"default": true |
| 130 |
}, |
| 131 |
"buttonShadowColor": { |
| 132 |
"type": "string", |
| 133 |
"default": "rgba(245,158,11,0.45)" |
| 134 |
}, |
| 135 |
"buttonShadowH": { |
| 136 |
"type": "number", |
| 137 |
"default": 0 |
| 138 |
}, |
| 139 |
"buttonShadowV": { |
| 140 |
"type": "number", |
| 141 |
"default": 10 |
| 142 |
}, |
| 143 |
"buttonShadowBlur": { |
| 144 |
"type": "number", |
| 145 |
"default": 28 |
| 146 |
}, |
| 147 |
"buttonShadowSpread": { |
| 148 |
"type": "number", |
| 149 |
"default": 0 |
| 150 |
}, |
| 151 |
"showIcon": { |
| 152 |
"type": "boolean", |
| 153 |
"default": true |
| 154 |
}, |
| 155 |
"iconType": { |
| 156 |
"type": "string", |
| 157 |
"default": "arrow-right" |
| 158 |
}, |
| 159 |
"iconPosition": { |
| 160 |
"type": "string", |
| 161 |
"default": "right" |
| 162 |
}, |
| 163 |
"iconSize": { |
| 164 |
"type": "number", |
| 165 |
"default": 18 |
| 166 |
}, |
| 167 |
"iconColor": { |
| 168 |
"type": "string", |
| 169 |
"default": "#ffffff" |
| 170 |
}, |
| 171 |
"iconMoveOnHover": { |
| 172 |
"type": "boolean", |
| 173 |
"default": true |
| 174 |
}, |
| 175 |
"pulseEffect": { |
| 176 |
"type": "string", |
| 177 |
"default": "ring" |
| 178 |
}, |
| 179 |
"pulseColor": { |
| 180 |
"type": "string", |
| 181 |
"default": "rgba(245,158,11,0.55)" |
| 182 |
}, |
| 183 |
"pulseSpeed": { |
| 184 |
"type": "number", |
| 185 |
"default": 1800 |
| 186 |
}, |
| 187 |
"pulseScale": { |
| 188 |
"type": "number", |
| 189 |
"default": 1.45 |
| 190 |
}, |
| 191 |
"pulseRings": { |
| 192 |
"type": "string", |
| 193 |
"default": "single" |
| 194 |
}, |
| 195 |
"showSubtext": { |
| 196 |
"type": "boolean", |
| 197 |
"default": false |
| 198 |
}, |
| 199 |
"subtext": { |
| 200 |
"type": "string", |
| 201 |
"default": "No credit card required" |
| 202 |
}, |
| 203 |
"subtextColor": { |
| 204 |
"type": "string", |
| 205 |
"default": "rgba(0,0,0,0.5)" |
| 206 |
}, |
| 207 |
"subtextSize": { |
| 208 |
"type": "number", |
| 209 |
"default": 12 |
| 210 |
}, |
| 211 |
"subtextSpacing": { |
| 212 |
"type": "number", |
| 213 |
"default": 10 |
| 214 |
}, |
| 215 |
"showBadge": { |
| 216 |
"type": "boolean", |
| 217 |
"default": false |
| 218 |
}, |
| 219 |
"badgeText": { |
| 220 |
"type": "string", |
| 221 |
"default": "New" |
| 222 |
}, |
| 223 |
"badgeBg": { |
| 224 |
"type": "string", |
| 225 |
"default": "#ef4444" |
| 226 |
}, |
| 227 |
"badgeColor": { |
| 228 |
"type": "string", |
| 229 |
"default": "#ffffff" |
| 230 |
}, |
| 231 |
"badgeFontSize": { |
| 232 |
"type": "number", |
| 233 |
"default": 11 |
| 234 |
}, |
| 235 |
"typoButton": { |
| 236 |
"type": "object", |
| 237 |
"default": {} |
| 238 |
}, |
| 239 |
"typoSubtext": { |
| 240 |
"type": "object", |
| 241 |
"default": {} |
| 242 |
} |
| 243 |
} |
| 244 |
} |
| 245 |
|