D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
diafdxji
/
shihty.com
/
wp-content
/
plugins
/
surecart
/
packages
/
blocks
/
Blocks
/
CartItems
/
Filename :
block.json
back
Copy
{ "$schema": "https://json.schemastore.org/block.json", "apiVersion": 2, "name": "surecart/cart-items", "title": "Cart Items", "description": "The cart", "category": "surecart", "textdomain": "surecart", "ancestor": ["surecart/cart"], "supports": { "reusable": false, "html": false, "multiple": false, "inserter": false }, "attributes": { "removable": { "type": "boolean", "default": true }, "editable": { "type": "boolean", "default": true }, "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" } } }