| 1 |
{ |
| 2 |
"apiVersion": 3, |
| 3 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 4 |
"name": "blockenberg/logo-carousel", |
| 5 |
"title": "Logo Carousel", |
| 6 |
"category": "bkbg-marketing", |
| 7 |
"icon": "images-alt2", |
| 8 |
"description": "Show client/partner logos in a responsive carousel or grid.", |
| 9 |
"keywords": [ |
| 10 |
"logo", |
| 11 |
"carousel", |
| 12 |
"clients", |
| 13 |
"partners", |
| 14 |
"brands" |
| 15 |
], |
| 16 |
"textdomain": "blockenberg", |
| 17 |
"editorScript": "bkbg-logo-carousel-editor", |
| 18 |
"editorStyle": "bkbg-logo-carousel-style", |
| 19 |
"style": "bkbg-logo-carousel-style", |
| 20 |
"viewScript": "bkbg-logo-carousel-frontend", |
| 21 |
"supports": { |
| 22 |
"html": false, |
| 23 |
"anchor": true, |
| 24 |
"className": true, |
| 25 |
"align": [ |
| 26 |
"wide", |
| 27 |
"full" |
| 28 |
] |
| 29 |
}, |
| 30 |
"attributes": { |
| 31 |
"logos": { |
| 32 |
"type": "array", |
| 33 |
"default": [ |
| 34 |
{ |
| 35 |
"image": { |
| 36 |
"id": 0, |
| 37 |
"url": "", |
| 38 |
"alt": "" |
| 39 |
}, |
| 40 |
"link": "", |
| 41 |
"newTab": true |
| 42 |
}, |
| 43 |
{ |
| 44 |
"image": { |
| 45 |
"id": 0, |
| 46 |
"url": "", |
| 47 |
"alt": "" |
| 48 |
}, |
| 49 |
"link": "", |
| 50 |
"newTab": true |
| 51 |
}, |
| 52 |
{ |
| 53 |
"image": { |
| 54 |
"id": 0, |
| 55 |
"url": "", |
| 56 |
"alt": "" |
| 57 |
}, |
| 58 |
"link": "", |
| 59 |
"newTab": true |
| 60 |
}, |
| 61 |
{ |
| 62 |
"image": { |
| 63 |
"id": 0, |
| 64 |
"url": "", |
| 65 |
"alt": "" |
| 66 |
}, |
| 67 |
"link": "", |
| 68 |
"newTab": true |
| 69 |
}, |
| 70 |
{ |
| 71 |
"image": { |
| 72 |
"id": 0, |
| 73 |
"url": "", |
| 74 |
"alt": "" |
| 75 |
}, |
| 76 |
"link": "", |
| 77 |
"newTab": true |
| 78 |
}, |
| 79 |
{ |
| 80 |
"image": { |
| 81 |
"id": 0, |
| 82 |
"url": "", |
| 83 |
"alt": "" |
| 84 |
}, |
| 85 |
"link": "", |
| 86 |
"newTab": true |
| 87 |
} |
| 88 |
] |
| 89 |
}, |
| 90 |
"layoutStyle": { |
| 91 |
"type": "string", |
| 92 |
"default": "carousel" |
| 93 |
}, |
| 94 |
"columns": { |
| 95 |
"type": "number", |
| 96 |
"default": 5 |
| 97 |
}, |
| 98 |
"gap": { |
| 99 |
"type": "number", |
| 100 |
"default": 24 |
| 101 |
}, |
| 102 |
"carouselVisible": { |
| 103 |
"type": "number", |
| 104 |
"default": 4 |
| 105 |
}, |
| 106 |
"carouselPeek": { |
| 107 |
"type": "boolean", |
| 108 |
"default": true |
| 109 |
}, |
| 110 |
"carouselPeekAmount": { |
| 111 |
"type": "string", |
| 112 |
"default": "20%" |
| 113 |
}, |
| 114 |
"carouselNav": { |
| 115 |
"type": "boolean", |
| 116 |
"default": true |
| 117 |
}, |
| 118 |
"carouselNavStyle": { |
| 119 |
"type": "string", |
| 120 |
"default": "overlay" |
| 121 |
}, |
| 122 |
"carouselIndicators": { |
| 123 |
"type": "string", |
| 124 |
"default": "none" |
| 125 |
}, |
| 126 |
"carouselIndicatorsPosition": { |
| 127 |
"type": "string", |
| 128 |
"default": "below" |
| 129 |
}, |
| 130 |
"carouselDotsStyle": { |
| 131 |
"type": "string", |
| 132 |
"default": "default" |
| 133 |
}, |
| 134 |
"carouselProgressStyle": { |
| 135 |
"type": "string", |
| 136 |
"default": "default" |
| 137 |
}, |
| 138 |
"carouselIndicatorSize": { |
| 139 |
"type": "number", |
| 140 |
"default": 8 |
| 141 |
}, |
| 142 |
"carouselIndicatorColor": { |
| 143 |
"type": "string", |
| 144 |
"default": "rgba(0,0,0,0.22)" |
| 145 |
}, |
| 146 |
"carouselIndicatorActiveColor": { |
| 147 |
"type": "string", |
| 148 |
"default": "rgba(0,0,0,0.65)" |
| 149 |
}, |
| 150 |
"carouselProgressHeight": { |
| 151 |
"type": "number", |
| 152 |
"default": 6 |
| 153 |
}, |
| 154 |
"carouselProgressBg": { |
| 155 |
"type": "string", |
| 156 |
"default": "rgba(0,0,0,0.12)" |
| 157 |
}, |
| 158 |
"carouselProgressFg": { |
| 159 |
"type": "string", |
| 160 |
"default": "rgba(0,0,0,0.55)" |
| 161 |
}, |
| 162 |
"carouselFractionColor": { |
| 163 |
"type": "string", |
| 164 |
"default": "rgba(0,0,0,0.65)" |
| 165 |
}, |
| 166 |
"carouselFractionSize": { |
| 167 |
"type": "number", |
| 168 |
"default": 13 |
| 169 |
}, |
| 170 |
"autoplay": { |
| 171 |
"type": "boolean", |
| 172 |
"default": false |
| 173 |
}, |
| 174 |
"autoplayDelay": { |
| 175 |
"type": "number", |
| 176 |
"default": 3000 |
| 177 |
}, |
| 178 |
"autoplayPauseOnHover": { |
| 179 |
"type": "boolean", |
| 180 |
"default": true |
| 181 |
}, |
| 182 |
"infiniteScroll": { |
| 183 |
"type": "boolean", |
| 184 |
"default": true |
| 185 |
}, |
| 186 |
"autoScroll": { |
| 187 |
"type": "boolean", |
| 188 |
"default": false |
| 189 |
}, |
| 190 |
"autoScrollSpeed": { |
| 191 |
"type": "number", |
| 192 |
"default": 40 |
| 193 |
}, |
| 194 |
"autoScrollPauseOnHover": { |
| 195 |
"type": "boolean", |
| 196 |
"default": true |
| 197 |
}, |
| 198 |
"logoMaxHeight": { |
| 199 |
"type": "number", |
| 200 |
"default": 150 |
| 201 |
}, |
| 202 |
"logoPadding": { |
| 203 |
"type": "number", |
| 204 |
"default": 14 |
| 205 |
}, |
| 206 |
"logoRadius": { |
| 207 |
"type": "number", |
| 208 |
"default": 12 |
| 209 |
}, |
| 210 |
"logoBg": { |
| 211 |
"type": "string", |
| 212 |
"default": "transparent" |
| 213 |
}, |
| 214 |
"logoBorderColor": { |
| 215 |
"type": "string", |
| 216 |
"default": "rgba(0,0,0,0.10)" |
| 217 |
}, |
| 218 |
"logoBorderWidth": { |
| 219 |
"type": "number", |
| 220 |
"default": 0 |
| 221 |
}, |
| 222 |
"logoOpacity": { |
| 223 |
"type": "number", |
| 224 |
"default": 0.8 |
| 225 |
}, |
| 226 |
"logoHoverOpacity": { |
| 227 |
"type": "number", |
| 228 |
"default": 1 |
| 229 |
}, |
| 230 |
"logoGrayscale": { |
| 231 |
"type": "boolean", |
| 232 |
"default": true |
| 233 |
}, |
| 234 |
"logoHoverGrayscale": { |
| 235 |
"type": "boolean", |
| 236 |
"default": false |
| 237 |
}, |
| 238 |
"logoFit": { |
| 239 |
"type": "string", |
| 240 |
"default": "contain" |
| 241 |
}, |
| 242 |
"logoHoverScale": { |
| 243 |
"type": "number", |
| 244 |
"default": 1.03 |
| 245 |
} |
| 246 |
} |
| 247 |
} |
| 248 |
|