File: /var/www/html/wp-content/plugins/woocommerce/assets/client/blocks/product-review-rating/block.json
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "woocommerce/product-review-rating",
"title": "Review Rating",
"category": "woocommerce",
"ancestor": [ "woocommerce/product-reviews" ],
"description": "Displays the rating of a product review.",
"textdomain": "woocommerce",
"usesContext": [ "commentId" ],
"attributes": {
"textAlign": {
"type": "string"
}
},
"supports": {
"interactivity": {
"clientNavigation": true
},
"color": {
"gradients": true,
"__experimentalDefaultControls": {
"background": true,
"text": true
}
}
}
}