FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
packages
/
blocks-next
/
build
/
blocks
/
cart-subtotal
Edit File: block.json
{ "$schema": "https://json.schemastore.org/block.json", "apiVersion": 3, "name": "surecart/slide-out-cart-subtotal", "title": "Cart Subtotal", "description": "Display the cart subtotal", "keywords": [ "cart", "subtotal" ], "category": "surecart-cart", "textdomain": "surecart", "version": "1.0.0", "example": {}, "ancestor": [ "surecart/slide-out-cart" ], "attributes": { "label": { "type": "string", "default": "Subtotal" }, "border": { "type": "boolean", "default": true }, "padding": { "type": "object", "default": { "top": "1.25em", "left": "1.25em", "bottom": "1.25em", "right": "1.25em" } }, "backgroundColor": { "type": "string" }, "textColor": { "type": "string" } }, "supports": { "interactivity": true, "html": false, "multiple": false, "inserter": false, "currencyConversion": true }, "render": "file:./view.php", "editorScript": "file:./index.js", "style": [ "surecart-line-item", "surecart-product-line-item" ] }
Save
Back