FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
packages
/
blocks
/
Blocks
/
Cart
Edit File: block.json
{ "$schema": "https://json.schemastore.org/block.json", "apiVersion": 3, "name": "surecart/cart", "title": "Cart", "description": "The cart", "category": "surecart", "textdomain": "surecart", "supports": { "reusable": false, "html": false, "multiple": false, "inserter": false }, "attributes": { "title": { "type": "string", "default": "Cart" }, "width": { "type": "string", "default": "500px" } }, "editorStyle": "file:./editor.css" }
Save
Back