Current File : /home/mdkeenpw/www/wp-content/plugins/woocommerce/assets/client/blocks/product-rating/block.json |
{
"name": "woocommerce/product-rating",
"icon": "info",
"title": "Product Rating",
"description": "Display the average rating of a product.",
"category": "woocommerce-product-elements",
"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
}
},
"supports": {
"interactivity": {
"clientNavigation": true
},
"color": {
"text": true,
"background": false,
"link": false,
"__experimentalSkipSerialization": true
},
"spacing": {
"margin": true,
"padding": true
},
"typography": {
"fontSize": true,
"__experimentalSkipSerialization": true
},
"__experimentalSelector": ".wc-block-components-product-rating"
},
"ancestor": [
"woocommerce/all-products",
"woocommerce/single-product",
"woocommerce/product-template",
"core/post-template"
],
"usesContext": [ "query", "queryId", "postId" ],
"keywords": [ "WooCommerce" ],
"textdomain": "woocommerce",
"apiVersion": 3,
"$schema": "https://schemas.wp.org/trunk/block.json"
}