{
	"$schema": "https://json.schemastore.org/block.json",
	"apiVersion": 3,
	"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"
		}
	}
}
