block.json
17 lines
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 2, |
| 4 | "name": "woocommerce/product-gallery-large-image", |
| 5 | "version": "1.0.0", |
| 6 | "title": "Large Image", |
| 7 | "description": "Display the Large Image of a product.", |
| 8 | "category": "woocommerce", |
| 9 | "keywords": [ "WooCommerce" ], |
| 10 | "usesContext": [ "nextPreviousButtonsPosition", "postId", "hoverZoom", "fullScreenOnClick", "cropImages"], |
| 11 | "supports": { |
| 12 | "interactivity": true |
| 13 | }, |
| 14 | "textdomain": "woocommerce", |
| 15 | "ancestor": [ "woocommerce/product-gallery" ] |
| 16 | } |
| 17 |