FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
packages
/
blocks
/
Blocks
/
CartMessage
Edit File: block.json
{ "$schema": "https://json.schemastore.org/block.json", "apiVersion": 3, "name": "surecart/cart-message", "title": "Cart Message", "description": "Display a custom message in the cart", "category": "surecart", "textdomain": "surecart", "supports": { "reusable": false, "html": false, "inserter": false }, "ancestor": ["surecart/cart"], "attributes": { "text": { "type": "string" }, "align": { "type": "string", "default": "left" }, "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" } } }
Save
Back