block.json
19 lines
| 1 | { |
| 2 | "name": "woocommerce/product-details", |
| 3 | "version": "1.0.0", |
| 4 | "icon": "info", |
| 5 | "title": "Product Details", |
| 6 | "description": "Display a product's description, attributes, and reviews.", |
| 7 | "category": "woocommerce", |
| 8 | "keywords": [ "WooCommerce" ], |
| 9 | "supports": { |
| 10 | "align": true, |
| 11 | "spacing": { |
| 12 | "margin": true |
| 13 | } |
| 14 | }, |
| 15 | "textdomain": "woocommerce", |
| 16 | "apiVersion": 2, |
| 17 | "$schema": "https://schemas.wp.org/trunk/block.json" |
| 18 | } |
| 19 |