block.json
18 lines
| 1 | { |
| 2 | "name": "woocommerce/product-image-gallery", |
| 3 | "version": "1.0.0", |
| 4 | "title": "Product Image Gallery", |
| 5 | "icon": "gallery", |
| 6 | "description": "Display a product's images.", |
| 7 | "category": "woocommerce", |
| 8 | "supports": { |
| 9 | "align": true, |
| 10 | "multiple": false |
| 11 | }, |
| 12 | "keywords": [ "WooCommerce" ], |
| 13 | "usesContext": [ "postId", "postType", "queryId" ], |
| 14 | "textdomain": "woocommerce", |
| 15 | "apiVersion": 2, |
| 16 | "$schema": "https://schemas.wp.org/trunk/block.json" |
| 17 | } |
| 18 |