block.json
58 lines
| 1 | { |
| 2 | "name": "woocommerce/product-image", |
| 3 | "title": "Product Image", |
| 4 | "description": "Display the main product image.", |
| 5 | "category": "woocommerce-product-elements", |
| 6 | "attributes": { |
| 7 | "showProductLink": { "type": "boolean", "default": true }, |
| 8 | "showSaleBadge": { "type": "boolean", "default": true }, |
| 9 | "saleBadgeAlign": { "type": "string", "default": "right" }, |
| 10 | "imageSizing": { "type": "string", "default": "single" }, |
| 11 | "productId": { "type": "number", "default": 0 }, |
| 12 | "isDescendentOfQueryLoop": { "type": "boolean", "default": false }, |
| 13 | "isDescendentOfSingleProductBlock": { |
| 14 | "type": "boolean", |
| 15 | "default": false |
| 16 | }, |
| 17 | "width": { "type": "string" }, |
| 18 | "height": { "type": "string" }, |
| 19 | "scale": { "type": "string", "default": "cover" }, |
| 20 | "aspectRatio": { "type": "string" } |
| 21 | }, |
| 22 | "supports": { |
| 23 | "interactivity": { |
| 24 | "clientNavigation": true |
| 25 | }, |
| 26 | "html": false, |
| 27 | "__experimentalBorder": { |
| 28 | "radius": true, |
| 29 | "__experimentalSkipSerialization": true |
| 30 | }, |
| 31 | "typography": { |
| 32 | "fontSize": true, |
| 33 | "__experimentalSkipSerialization": true |
| 34 | }, |
| 35 | "spacing": { |
| 36 | "margin": true, |
| 37 | "padding": true |
| 38 | }, |
| 39 | "dimensions": { |
| 40 | "aspectRatio": true, |
| 41 | "__experimentalSkipSerialization": true |
| 42 | }, |
| 43 | "email": true, |
| 44 | "__experimentalSelector": ".wc-block-components-product-image" |
| 45 | }, |
| 46 | "ancestor": [ |
| 47 | "woocommerce/all-products", |
| 48 | "woocommerce/single-product", |
| 49 | "woocommerce/product-template", |
| 50 | "core/post-template" |
| 51 | ], |
| 52 | "usesContext": [ "imageId", "postId", "query", "queryId" ], |
| 53 | "keywords": [ "WooCommerce" ], |
| 54 | "textdomain": "woocommerce", |
| 55 | "apiVersion": 3, |
| 56 | "$schema": "https://schemas.wp.org/trunk/block.json" |
| 57 | } |
| 58 |