| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 3, |
| 4 |
"name": "blockenberg/card-carousel", |
| 5 |
"title": "Card Carousel", |
| 6 |
"description": "Horizontal drag-to-scroll card carousel with rich cards, autoplay, arrows, dots, and responsive column settings.", |
| 7 |
"category": "bkbg-effects", |
| 8 |
"icon": "slides", |
| 9 |
"keywords": [ |
| 10 |
"carousel", |
| 11 |
"slider", |
| 12 |
"cards", |
| 13 |
"swipe", |
| 14 |
"gallery", |
| 15 |
"testimonial" |
| 16 |
], |
| 17 |
"supports": { |
| 18 |
"html": false, |
| 19 |
"align": [ |
| 20 |
"wide", |
| 21 |
"full" |
| 22 |
] |
| 23 |
}, |
| 24 |
"attributes": { |
| 25 |
"items": { |
| 26 |
"type": "array", |
| 27 |
"default": [ |
| 28 |
{ |
| 29 |
"eyebrow": "Design", |
| 30 |
"heading": "Modern UI Components", |
| 31 |
"description": "Beautiful, reusable components designed for speed and flexibility.", |
| 32 |
"imageUrl": "", |
| 33 |
"imageId": 0, |
| 34 |
"imageAlt": "", |
| 35 |
"link": "", |
| 36 |
"linkLabel": "Learn more", |
| 37 |
"badge": "New", |
| 38 |
"accentColor": "#6366f1" |
| 39 |
}, |
| 40 |
{ |
| 41 |
"eyebrow": "Development", |
| 42 |
"heading": "Full-stack Performance", |
| 43 |
"description": "Optimized from front to back—load fast, scale easier, stay reliable.", |
| 44 |
"imageUrl": "", |
| 45 |
"imageId": 0, |
| 46 |
"imageAlt": "", |
| 47 |
"link": "", |
| 48 |
"linkLabel": "Explore", |
| 49 |
"badge": "Popular", |
| 50 |
"accentColor": "#0ea5e9" |
| 51 |
}, |
| 52 |
{ |
| 53 |
"eyebrow": "Growth", |
| 54 |
"heading": "Analytics That Matter", |
| 55 |
"description": "Real insights, clear dashboards, actionable data without noise.", |
| 56 |
"imageUrl": "", |
| 57 |
"imageId": 0, |
| 58 |
"imageAlt": "", |
| 59 |
"link": "", |
| 60 |
"linkLabel": "See more", |
| 61 |
"badge": "", |
| 62 |
"accentColor": "#10b981" |
| 63 |
} |
| 64 |
] |
| 65 |
}, |
| 66 |
"cardLayout": { |
| 67 |
"type": "string", |
| 68 |
"default": "stacked" |
| 69 |
}, |
| 70 |
"imageAspect": { |
| 71 |
"type": "string", |
| 72 |
"default": "16-9" |
| 73 |
}, |
| 74 |
"desktopCols": { |
| 75 |
"type": "number", |
| 76 |
"default": 3 |
| 77 |
}, |
| 78 |
"tabletCols": { |
| 79 |
"type": "number", |
| 80 |
"default": 2 |
| 81 |
}, |
| 82 |
"mobileCols": { |
| 83 |
"type": "number", |
| 84 |
"default": 1 |
| 85 |
}, |
| 86 |
"gap": { |
| 87 |
"type": "number", |
| 88 |
"default": 24 |
| 89 |
}, |
| 90 |
"cardMinHeight": { |
| 91 |
"type": "number", |
| 92 |
"default": 0 |
| 93 |
}, |
| 94 |
"cardBorderRadius": { |
| 95 |
"type": "number", |
| 96 |
"default": 12 |
| 97 |
}, |
| 98 |
"cardShadow": { |
| 99 |
"type": "string", |
| 100 |
"default": "sm" |
| 101 |
}, |
| 102 |
"showArrows": { |
| 103 |
"type": "boolean", |
| 104 |
"default": true |
| 105 |
}, |
| 106 |
"showDots": { |
| 107 |
"type": "boolean", |
| 108 |
"default": true |
| 109 |
}, |
| 110 |
"loop": { |
| 111 |
"type": "boolean", |
| 112 |
"default": true |
| 113 |
}, |
| 114 |
"autoplay": { |
| 115 |
"type": "boolean", |
| 116 |
"default": false |
| 117 |
}, |
| 118 |
"autoplaySpeed": { |
| 119 |
"type": "number", |
| 120 |
"default": 3000 |
| 121 |
}, |
| 122 |
"pauseOnHover": { |
| 123 |
"type": "boolean", |
| 124 |
"default": true |
| 125 |
}, |
| 126 |
"showBadge": { |
| 127 |
"type": "boolean", |
| 128 |
"default": true |
| 129 |
}, |
| 130 |
"showEyebrow": { |
| 131 |
"type": "boolean", |
| 132 |
"default": true |
| 133 |
}, |
| 134 |
"showDescription": { |
| 135 |
"type": "boolean", |
| 136 |
"default": true |
| 137 |
}, |
| 138 |
"showLink": { |
| 139 |
"type": "boolean", |
| 140 |
"default": true |
| 141 |
}, |
| 142 |
"linkStyle": { |
| 143 |
"type": "string", |
| 144 |
"default": "arrow" |
| 145 |
}, |
| 146 |
"imageFit": { |
| 147 |
"type": "string", |
| 148 |
"default": "cover" |
| 149 |
}, |
| 150 |
"padding": { |
| 151 |
"type": "number", |
| 152 |
"default": 0 |
| 153 |
}, |
| 154 |
"containerBg": { |
| 155 |
"type": "string", |
| 156 |
"default": "" |
| 157 |
}, |
| 158 |
"cardBg": { |
| 159 |
"type": "string", |
| 160 |
"default": "#ffffff" |
| 161 |
}, |
| 162 |
"eyebrowColor": { |
| 163 |
"type": "string", |
| 164 |
"default": "#6366f1" |
| 165 |
}, |
| 166 |
"headingColor": { |
| 167 |
"type": "string", |
| 168 |
"default": "#111827" |
| 169 |
}, |
| 170 |
"textColor": { |
| 171 |
"type": "string", |
| 172 |
"default": "#6b7280" |
| 173 |
}, |
| 174 |
"linkColor": { |
| 175 |
"type": "string", |
| 176 |
"default": "#6366f1" |
| 177 |
}, |
| 178 |
"badgeBg": { |
| 179 |
"type": "string", |
| 180 |
"default": "#ede9fe" |
| 181 |
}, |
| 182 |
"badgeColor": { |
| 183 |
"type": "string", |
| 184 |
"default": "#6366f1" |
| 185 |
}, |
| 186 |
"arrowBg": { |
| 187 |
"type": "string", |
| 188 |
"default": "#ffffff" |
| 189 |
}, |
| 190 |
"arrowColor": { |
| 191 |
"type": "string", |
| 192 |
"default": "#111827" |
| 193 |
}, |
| 194 |
"dotActiveColor": { |
| 195 |
"type": "string", |
| 196 |
"default": "#6366f1" |
| 197 |
}, |
| 198 |
"dotInactiveColor": { |
| 199 |
"type": "string", |
| 200 |
"default": "#d1d5db" |
| 201 |
}, |
| 202 |
"headingSize": { |
| 203 |
"type": "number", |
| 204 |
"default": 18 |
| 205 |
}, |
| 206 |
"textSize": { |
| 207 |
"type": "number", |
| 208 |
"default": 14 |
| 209 |
}, |
| 210 |
"eyebrowSize": { |
| 211 |
"type": "number", |
| 212 |
"default": 11 |
| 213 |
}, |
| 214 |
"cardPadding": { |
| 215 |
"type": "number", |
| 216 |
"default": 20 |
| 217 |
}, |
| 218 |
"typoHeading": { "type": "object", "default": {} }, |
| 219 |
"typoDesc": { "type": "object", "default": {} }, |
| 220 |
"typoEyebrow": { "type": "object", "default": {} } |
| 221 |
}, |
| 222 |
"editorScript": "bkbg-card-carousel-editor", |
| 223 |
"style": "bkbg-card-carousel-style", |
| 224 |
"viewScript": "bkbg-card-carousel-frontend" |
| 225 |
} |
| 226 |
|