FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
packages
/
blocks-next
/
build
/
blocks
/
sticky-purchase
Edit File: block.json
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "surecart/sticky-purchase", "title": "Sticky purchase", "description": "Display the sticky purchase.", "version": "1.0.0", "example": {}, "category": "surecart-cart", "usesContext": [ "showStickyPurchaseButton" ], "attributes": { "width": { "type": "string", "default": "600px" } }, "supports": { "interactivity": true, "multiple": false, "currencyConversion": true, "layout": { "allowSwitching": false, "allowInheriting": false, "allowSizingOnChildren": true, "default": { "type": "flex", "orientation": "horizontal", "verticalAlignment": "top", "flexWrap": "nowrap", "wideSize": "full" } }, "anchor": true, "color": { "gradients": true }, "spacing": { "margin": true, "padding": true }, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontWeight": true }, "__experimentalBorder": { "color": true, "radius": true, "style": true, "width": true, "__experimentalDefaultControls": { "color": true, "radius": true, "style": true, "width": true } } }, "textdomain": "surecart", "render": "file:./view.php", "editorScript": "file:./index.js", "viewScriptModule": [ "@surecart/product-page", "@surecart/sticky-purchase" ], "editorStyle": [ "file:./index.css" ], "style": [ "file:./style-index.css", "surecart-block-ui", "surecart-spinner" ] }
Save
Back