OwlCyberSecurity - MANAGER
Edit File: block.json
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "woocommerce/product-reviews", "icon": "admin-comments", "title": "Product Reviews", "description": "Display a product's reviews", "category": "woocommerce", "textdomain": "woocommerce", "attributes": { "tagName": { "type": "string", "default": "div" } }, "supports": { "interactivity": true, "align": [ "wide", "full" ], "html": false, "color": { "gradients": true, "heading": true, "link": true, "__experimentalDefaultControls": { "background": true, "text": true, "link": true } }, "spacing": { "margin": true, "padding": true }, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontFamily": true, "__experimentalFontWeight": true, "__experimentalFontStyle": true, "__experimentalTextTransform": true, "__experimentalTextDecoration": true, "__experimentalLetterSpacing": true, "__experimentalDefaultControls": { "fontSize": true } }, "__experimentalBorder": { "radius": true, "color": true, "width": true, "style": true, "__experimentalDefaultControls": { "radius": true, "color": true, "width": true, "style": true } } }, "usesContext": [ "postId", "postType" ], "viewScriptModule": "woocommerce/product-reviews" }