block.json
43 lines
| 1 | { |
| 2 | "apiVersion": 3, |
| 3 | "name": "surecart/product-collection-image", |
| 4 | "title": "Product Collection Image", |
| 5 | "description": "Displays the product collection image.", |
| 6 | "category": "surecart", |
| 7 | "keywords": ["image", "collection", "product"], |
| 8 | "attributes": { |
| 9 | "aspectRatio": { |
| 10 | "type": "string" |
| 11 | }, |
| 12 | "width": { |
| 13 | "type": "string" |
| 14 | }, |
| 15 | "height": { |
| 16 | "type": "string" |
| 17 | }, |
| 18 | "scale": { |
| 19 | "type": "string", |
| 20 | "default": "cover" |
| 21 | } |
| 22 | }, |
| 23 | "supports": { |
| 24 | "reusable": false, |
| 25 | "html": false, |
| 26 | "multiple": false, |
| 27 | "align": ["left", "right", "center", "wide", "full"], |
| 28 | "filter": { |
| 29 | "duotone": true |
| 30 | }, |
| 31 | "color": { |
| 32 | "__experimentalDuotone": "img, .wp-block-post-featured-image__placeholder, .components-placeholder__illustration, .components-placeholder::before", |
| 33 | "text": false, |
| 34 | "background": false |
| 35 | }, |
| 36 | "spacing": { |
| 37 | "margin": true, |
| 38 | "padding": true |
| 39 | } |
| 40 | }, |
| 41 | "style": "file:./style.css" |
| 42 | } |
| 43 |