block.json
16 lines
| 1 | { |
| 2 | "name": "woocommerce/product-reviews", |
| 3 | "version": "1.0.0", |
| 4 | "icon": "admin-comments", |
| 5 | "title": "Product Reviews", |
| 6 | "description": "A block that shows the reviews for a product.", |
| 7 | "category": "woocommerce", |
| 8 | "keywords": [ "WooCommerce" ], |
| 9 | "supports": {}, |
| 10 | "attributes": {}, |
| 11 | "usesContext": [ "postId" ], |
| 12 | "textdomain": "woocommerce", |
| 13 | "apiVersion": 2, |
| 14 | "$schema": "https://schemas.wp.org/trunk/block.json" |
| 15 | } |
| 16 |