block.json
1 year ago
controller.php
2 weeks ago
error.php
1 year ago
index.asset.php
1 month ago
index.js
1 month ago
style-index-rtl.css
1 year ago
style-index.css
1 year ago
view.php
1 year ago
block.json
399 lines
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "name": "surecart/product-list", |
| 5 | "title": "Product List", |
| 6 | "description": "Display a list of products.", |
| 7 | "version": "1.0.0", |
| 8 | "category": "surecart-product-list", |
| 9 | "example": { |
| 10 | "innerBlocks": [ |
| 11 | { |
| 12 | "name": "surecart/product-list", |
| 13 | "attributes": { |
| 14 | "metadata": { |
| 15 | "categories": [ |
| 16 | "surecart_shop" |
| 17 | ], |
| 18 | "patternName": "surecart-list-standard", |
| 19 | "name": "Standard" |
| 20 | }, |
| 21 | "align": "wide", |
| 22 | "style": { |
| 23 | "spacing": { |
| 24 | "blockGap": "10px", |
| 25 | "margin": { |
| 26 | "left": "0px", |
| 27 | "right": "0px" |
| 28 | } |
| 29 | } |
| 30 | } |
| 31 | }, |
| 32 | "innerBlocks": [ |
| 33 | { |
| 34 | "name": "core/group", |
| 35 | "attributes": { |
| 36 | "style": { |
| 37 | "spacing": { |
| 38 | "margin": { |
| 39 | "bottom": "10px" |
| 40 | }, |
| 41 | "padding": { |
| 42 | "top": "0", |
| 43 | "bottom": "0", |
| 44 | "left": "0", |
| 45 | "right": "0" |
| 46 | } |
| 47 | } |
| 48 | }, |
| 49 | "layout": { |
| 50 | "type": "flex", |
| 51 | "justifyContent": "space-between" |
| 52 | } |
| 53 | }, |
| 54 | "innerBlocks": [ |
| 55 | { |
| 56 | "name": "core/group", |
| 57 | "attributes": { |
| 58 | "style": { |
| 59 | "spacing": { |
| 60 | "padding": { |
| 61 | "top": "0", |
| 62 | "bottom": "0", |
| 63 | "left": "0", |
| 64 | "right": "0" |
| 65 | } |
| 66 | } |
| 67 | }, |
| 68 | "layout": { |
| 69 | "type": "flex", |
| 70 | "flexWrap": "nowrap" |
| 71 | } |
| 72 | }, |
| 73 | "innerBlocks": [ |
| 74 | { |
| 75 | "name": "surecart/product-list-sort" |
| 76 | }, |
| 77 | { |
| 78 | "name": "surecart/product-list-filter" |
| 79 | } |
| 80 | ] |
| 81 | }, |
| 82 | { |
| 83 | "name": "surecart/product-list-search", |
| 84 | "attributes": { |
| 85 | "style": { |
| 86 | "layout": { |
| 87 | "selfStretch": "fixed", |
| 88 | "flexSize": "250px" |
| 89 | } |
| 90 | } |
| 91 | } |
| 92 | } |
| 93 | ] |
| 94 | }, |
| 95 | { |
| 96 | "name": "core/group", |
| 97 | "attributes": { |
| 98 | "style": { |
| 99 | "spacing": { |
| 100 | "margin": { |
| 101 | "bottom": "10px" |
| 102 | }, |
| 103 | "padding": { |
| 104 | "top": "0", |
| 105 | "bottom": "0", |
| 106 | "left": "0", |
| 107 | "right": "0" |
| 108 | } |
| 109 | } |
| 110 | }, |
| 111 | "layout": { |
| 112 | "type": "flex", |
| 113 | "flexWrap": "nowrap" |
| 114 | } |
| 115 | }, |
| 116 | "innerBlocks": [ |
| 117 | { |
| 118 | "name": "surecart/product-list-filter-tags", |
| 119 | "innerBlocks": [ |
| 120 | { |
| 121 | "name": "surecart/product-list-filter-tag" |
| 122 | } |
| 123 | ] |
| 124 | } |
| 125 | ] |
| 126 | }, |
| 127 | { |
| 128 | "name": "surecart/product-template", |
| 129 | "attributes": { |
| 130 | "style": { |
| 131 | "spacing": { |
| 132 | "blockGap": "2rem" |
| 133 | } |
| 134 | }, |
| 135 | "layout": { |
| 136 | "type": "grid", |
| 137 | "columnCount": null, |
| 138 | "minimumColumnWidth": "14rem" |
| 139 | } |
| 140 | }, |
| 141 | "innerBlocks": [ |
| 142 | { |
| 143 | "name": "core/group", |
| 144 | "innerBlocks": [ |
| 145 | { |
| 146 | "name": "core/group", |
| 147 | "attributes": { |
| 148 | "style": { |
| 149 | "color": { |
| 150 | "background": "#0000000d" |
| 151 | }, |
| 152 | "border": { |
| 153 | "radius": "10px" |
| 154 | } |
| 155 | }, |
| 156 | "layout": { |
| 157 | "type": "constrained" |
| 158 | } |
| 159 | }, |
| 160 | "innerBlocks": [ |
| 161 | { |
| 162 | "name": "core/cover", |
| 163 | "attributes": { |
| 164 | "useFeaturedImage": true, |
| 165 | "dimRatio": 0, |
| 166 | "isUserOverlayColor": true, |
| 167 | "focalPoint": { |
| 168 | "x": 0.5, |
| 169 | "y": 0.5 |
| 170 | }, |
| 171 | "contentPosition": "top right", |
| 172 | "isDark": false, |
| 173 | "style": { |
| 174 | "dimensions": { |
| 175 | "aspectRatio": "3/4" |
| 176 | }, |
| 177 | "layout": { |
| 178 | "selfStretch": "fit", |
| 179 | "flexSize": null |
| 180 | }, |
| 181 | "spacing": { |
| 182 | "margin": { |
| 183 | "bottom": "15px" |
| 184 | } |
| 185 | }, |
| 186 | "border": { |
| 187 | "radius": "10px" |
| 188 | } |
| 189 | } |
| 190 | }, |
| 191 | "innerBlocks": [ |
| 192 | { |
| 193 | "name": "surecart/product-sale-badge", |
| 194 | "attributes": { |
| 195 | "style": { |
| 196 | "typography": { |
| 197 | "fontSize": "12px" |
| 198 | }, |
| 199 | "border": { |
| 200 | "radius": "100px" |
| 201 | } |
| 202 | } |
| 203 | } |
| 204 | } |
| 205 | ] |
| 206 | } |
| 207 | ] |
| 208 | }, |
| 209 | { |
| 210 | "name": "surecart/product-title", |
| 211 | "attributes": { |
| 212 | "level": 2, |
| 213 | "style": { |
| 214 | "typography": { |
| 215 | "fontSize": "15px", |
| 216 | "fontStyle": "normal", |
| 217 | "fontWeight": "400" |
| 218 | }, |
| 219 | "spacing": { |
| 220 | "margin": { |
| 221 | "bottom": "5px", |
| 222 | "top": "0px" |
| 223 | } |
| 224 | } |
| 225 | } |
| 226 | } |
| 227 | }, |
| 228 | { |
| 229 | "name": "core/group", |
| 230 | "attributes": { |
| 231 | "style": { |
| 232 | "spacing": { |
| 233 | "blockGap": "0.5em", |
| 234 | "margin": { |
| 235 | "top": "0px", |
| 236 | "bottom": "0px" |
| 237 | }, |
| 238 | "padding": { |
| 239 | "top": "0", |
| 240 | "bottom": "0", |
| 241 | "left": "0", |
| 242 | "right": "0" |
| 243 | } |
| 244 | }, |
| 245 | "margin": { |
| 246 | "top": "0px", |
| 247 | "bottom": "0px" |
| 248 | }, |
| 249 | "typography": { |
| 250 | "lineHeight": "1" |
| 251 | } |
| 252 | }, |
| 253 | "layout": { |
| 254 | "type": "flex", |
| 255 | "flexWrap": "nowrap" |
| 256 | } |
| 257 | }, |
| 258 | "innerBlocks": [ |
| 259 | { |
| 260 | "name": "surecart/product-list-price", |
| 261 | "attributes": { |
| 262 | "style": { |
| 263 | "typography": { |
| 264 | "fontSize": "18px", |
| 265 | "fontStyle": "normal", |
| 266 | "fontWeight": "600" |
| 267 | }, |
| 268 | "spacing": { |
| 269 | "margin": { |
| 270 | "top": "5px", |
| 271 | "bottom": "5px" |
| 272 | } |
| 273 | } |
| 274 | } |
| 275 | } |
| 276 | }, |
| 277 | { |
| 278 | "name": "surecart/product-scratch-price", |
| 279 | "attributes": { |
| 280 | "style": { |
| 281 | "typography": { |
| 282 | "fontSize": "18px", |
| 283 | "fontStyle": "normal", |
| 284 | "fontWeight": "600" |
| 285 | }, |
| 286 | "spacing": { |
| 287 | "margin": { |
| 288 | "top": "5px", |
| 289 | "bottom": "5px" |
| 290 | } |
| 291 | } |
| 292 | } |
| 293 | } |
| 294 | } |
| 295 | ] |
| 296 | } |
| 297 | ] |
| 298 | } |
| 299 | ] |
| 300 | }, |
| 301 | { |
| 302 | "name": "surecart/product-pagination", |
| 303 | "attributes": { |
| 304 | "style": { |
| 305 | "elements": { |
| 306 | "link": { |
| 307 | "color": { |
| 308 | "text": "#000000" |
| 309 | } |
| 310 | } |
| 311 | }, |
| 312 | "spacing": { |
| 313 | "padding": { |
| 314 | "top": "15px", |
| 315 | "bottom": "15px" |
| 316 | } |
| 317 | } |
| 318 | }, |
| 319 | "textColor": "black" |
| 320 | }, |
| 321 | "innerBlocks": [ |
| 322 | { |
| 323 | "name": "surecart/product-pagination-previous" |
| 324 | }, |
| 325 | { |
| 326 | "name": "surecart/product-pagination-numbers" |
| 327 | }, |
| 328 | { |
| 329 | "name": "surecart/product-pagination-next" |
| 330 | } |
| 331 | ] |
| 332 | } |
| 333 | ] |
| 334 | } |
| 335 | ] |
| 336 | }, |
| 337 | "providesContext": { |
| 338 | "query": "query", |
| 339 | "surecart/product-list/limit": "limit", |
| 340 | "surecart/product-list/offset": "offset", |
| 341 | "surecart/product-list/type": "type", |
| 342 | "surecart/product-list/ids": "ids" |
| 343 | }, |
| 344 | "attributes": { |
| 345 | "ids": { |
| 346 | "type": "array", |
| 347 | "default": [] |
| 348 | }, |
| 349 | "type": { |
| 350 | "type": "string", |
| 351 | "default": "all" |
| 352 | }, |
| 353 | "limit": { |
| 354 | "type": "number" |
| 355 | }, |
| 356 | "collection_id": { |
| 357 | "type": "string", |
| 358 | "default": "" |
| 359 | }, |
| 360 | "query": { |
| 361 | "type": "object", |
| 362 | "default": { |
| 363 | "perPage": 15, |
| 364 | "pages": 0, |
| 365 | "offset": 0, |
| 366 | "postType": "sc_product", |
| 367 | "order": "desc", |
| 368 | "orderBy": "date", |
| 369 | "author": "", |
| 370 | "search": "", |
| 371 | "exclude": [], |
| 372 | "include": [], |
| 373 | "sticky": "", |
| 374 | "inherit": true, |
| 375 | "taxQuery": null, |
| 376 | "parents": [] |
| 377 | } |
| 378 | } |
| 379 | }, |
| 380 | "supports": { |
| 381 | "interactivity": true, |
| 382 | "layout": true, |
| 383 | "align": true, |
| 384 | "currencyConversion": true, |
| 385 | "spacing": { |
| 386 | "padding": true, |
| 387 | "margin": true, |
| 388 | "blockGap": true |
| 389 | } |
| 390 | }, |
| 391 | "textdomain": "surecart", |
| 392 | "editorScript": "file:./index.js", |
| 393 | "style": [ |
| 394 | "file:./style-index.css", |
| 395 | "surecart-block-ui", |
| 396 | "surecart-tag", |
| 397 | "surecart-theme-base" |
| 398 | ] |
| 399 | } |