block.json
39 lines
| 1 | { |
| 2 | "name": "woocommerce/product-rating", |
| 3 | "version": "1.0.0", |
| 4 | "icon": "info", |
| 5 | "title": "Product Rating", |
| 6 | "description": "Display the average rating of a product.", |
| 7 | "attributes": { |
| 8 | "productId": { |
| 9 | "type": "number", |
| 10 | "default": 0 |
| 11 | }, |
| 12 | "isDescendentOfQueryLoop": { |
| 13 | "type": "boolean", |
| 14 | "default": false |
| 15 | }, |
| 16 | "textAlign": { |
| 17 | "type": "string", |
| 18 | "default": "" |
| 19 | }, |
| 20 | "isDescendentOfSingleProductBlock": { |
| 21 | "type": "boolean", |
| 22 | "default": false |
| 23 | }, |
| 24 | "isDescendentOfSingleProductTemplate": { |
| 25 | "type": "boolean", |
| 26 | "default": false |
| 27 | } |
| 28 | }, |
| 29 | "usesContext": [ "query", "queryId", "postId" ], |
| 30 | "category": "woocommerce", |
| 31 | "keywords": [ "WooCommerce" ], |
| 32 | "supports": { |
| 33 | "align": true |
| 34 | }, |
| 35 | "textdomain": "woocommerce", |
| 36 | "apiVersion": 2, |
| 37 | "$schema": "https://schemas.wp.org/trunk/block.json" |
| 38 | } |
| 39 |