OwlCyberSecurity - MANAGER
Edit File: block.json
{ "name": "woocommerce/product-rating-counter", "title": "Product Rating Counter", "description": "Display the review count 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 }, "inserter": false, "color": { "text": false, "background": false, "link": true }, "spacing": { "margin": true, "padding": true }, "typography": { "fontSize": true, "__experimentalSkipSerialization": true }, "__experimentalSelector": ".wc-block-components-product-rating-counter" }, "usesContext": [ "query", "queryId", "postId" ], "keywords": [ "WooCommerce" ], "ancestor": [ "woocommerce/single-product" ], "textdomain": "woocommerce", "apiVersion": 3, "$schema": "https://schemas.wp.org/trunk/block.json" }