43 lines
No EOL
791 B
JSON
43 lines
No EOL
791 B
JSON
{
|
|
"name": "woocommerce/product-rating",
|
|
"version": "1.0.0",
|
|
"icon": "info",
|
|
"title": "Product Rating",
|
|
"description": "Display the average rating of a product.",
|
|
"attributes": {
|
|
"productId": {
|
|
"type": "number",
|
|
"default": 0
|
|
},
|
|
"isDescendentOfQueryLoop": {
|
|
"type": "boolean",
|
|
"default": false
|
|
},
|
|
"textAlign": {
|
|
"type": "string",
|
|
"default": ""
|
|
},
|
|
"isDescendentOfSingleProductBlock": {
|
|
"type": "boolean",
|
|
"default": false
|
|
},
|
|
"isDescendentOfSingleProductTemplate": {
|
|
"type": "boolean",
|
|
"default": false
|
|
}
|
|
},
|
|
"usesContext": [
|
|
"query",
|
|
"queryId",
|
|
"postId"
|
|
],
|
|
"keywords": [
|
|
"WooCommerce"
|
|
],
|
|
"supports": {
|
|
"align": true
|
|
},
|
|
"textdomain": "woocommerce",
|
|
"apiVersion": 3,
|
|
"$schema": "https://schemas.wp.org/trunk/block.json"
|
|
} |