PK
Current Path : /home/wallqcyy/www/wp-content/plugins/woocommerce/assets/client/blocks/product-gallery/ |
Current File : /home/wallqcyy/www/wp-content/plugins/woocommerce/assets/client/blocks/product-gallery/block.json |
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "woocommerce/product-gallery", "title": "Product Gallery (Beta)", "description": "Showcase your products relevant images and media.", "category": "woocommerce", "keywords": [ "WooCommerce" ], "supports": { "align": true, "interactivity": true, "layout": { "default": { "type": "flex", "flexWrap": "nowrap", "orientation": "horizontal" }, "allowOrientation": true, "allowEditing": true, "allowJustification": false } }, "textdomain": "woocommerce", "usesContext": [ "postId" ], "providesContext": { "hoverZoom": "hoverZoom", "fullScreenOnClick": "fullScreenOnClick", "cropImages": "cropImages" }, "ancestor": [ "woocommerce/single-product" ], "attributes": { "cropImages": { "type": "boolean", "default": false }, "hoverZoom": { "type": "boolean", "default": true }, "fullScreenOnClick": { "type": "boolean", "default": true } }, "viewScript": "wc-product-gallery-frontend", "example": {}, "viewScriptModule": "woocommerce/product-gallery", "style": "file:../woocommerce/product-gallery-style.css" }