FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
packages
/
blocks
/
Blocks
/
StoreLogo
Edit File: block.json
{ "name": "surecart/store-logo", "title": "Store Logo", "apiVersion": 3, "description": "Display the store logo.", "category": "surecart", "keywords": ["logo", "image", "store", "store logo"], "textdomain": "surecart", "supports": { "html": false, "spacing": { "margin": true, "padding": true }, "__experimentalBorder": { "width": true, "color": true, "__experimentalDefaultControls": { "width": true, "color": true } } }, "attributes": { "width": { "type": "number" }, "height": { "type": "number" }, "maxWidth": { "type": "number", "default": 180 }, "maxHeight": { "type": "number" }, "isLinkToHome": { "type": "boolean", "default": true } } }
Save
Back