FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
packages
/
blocks-next
/
build
/
blocks
/
product-media
Edit File: block.json
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "surecart/product-media", "title": "Product Media", "description": "A container to display the product media", "category": "surecart-product-page", "keywords": [ "image", "media" ], "textdomain": "surecart", "ancestor": [ "surecart/product-page", "surecart/product-template", "surecart/upsell" ], "usesContext": [ "postId" ], "supports": { "interactivity": true, "reusable": false, "html": false, "anchor": true }, "attributes": { "auto_height": { "type": "boolean", "default": true }, "desktop_gallery": { "type": "boolean", "default": false }, "height": { "type": "string", "default": "310px" }, "width": { "type": "string" }, "show_thumbnails": { "type": "boolean", "default": true }, "thumbnails_per_page": { "type": "number", "default": 5 }, "hide_empty": { "type": "boolean", "default": false }, "lightbox": { "type": "boolean", "default": true }, "id": { "type": "string" } }, "variations": [ { "name": "slider", "title": "Product Media Slider", "icon": "image-flip-horizontal", "description": "Display the product media in a slider.", "isDefault": true, "attributes": { "desktop_gallery": false }, "isActive": [ "desktop_gallery" ], "scope": [ "inserter", "block", "transform" ] }, { "name": "gallery", "title": "Product Media Gallery", "icon": "screenoptions", "description": "Display the product media in a gallery on desktop devices.", "attributes": { "desktop_gallery": true }, "isActive": [ "desktop_gallery" ], "scope": [ "inserter", "block", "transform" ] } ], "render": "file:./view.php", "editorScript": "file:./index.js", "editorStyle": [ "surecart-image-slider" ], "style": [ "file:./style-index.css" ], "viewScriptModule": "@surecart/product-media" }
Save
Back