block.json
18 lines
| 1 | { |
| 2 | "name": "woocommerce/product-average-rating", |
| 3 | "version": "1.0.0", |
| 4 | "title": "Product Average Rating (Beta)", |
| 5 | "description": "Display the average rating of a product", |
| 6 | "attributes": { |
| 7 | "textAlign": { |
| 8 | "type": "string" |
| 9 | } |
| 10 | }, |
| 11 | "category": "woocommerce", |
| 12 | "keywords": [ "WooCommerce" ], |
| 13 | "ancestor": [ "woocommerce/single-product" ], |
| 14 | "textdomain": "woocommerce", |
| 15 | "apiVersion": 2, |
| 16 | "$schema": "https://schemas.wp.org/trunk/block.json" |
| 17 | } |
| 18 |