{
	"name": "woocommerce/product-rating-stars",
	"version": "1.0.0",
	"title": "Product Rating Stars",
	"description": "Display the average rating of a product with stars",
	"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" ],
	"category": "woocommerce",
	"keywords": [ "WooCommerce" ],
	"supports": {
		"align": true
	},
	"ancestor": [ "woocommerce/single-product" ],
	"textdomain": "woo-gutenberg-products-block",
	"apiVersion": 2,
	"$schema": "https://schemas.wp.org/trunk/block.json"
}
