{
	"$schema": "https://json.schemastore.org/block.json",
	"apiVersion": 3,
	"name": "surecart/card",
	"title": "Card",
	"description": "Display a card block.",
	"category": "surecart",
	"ancestor": ["surecart/form"],
	"keywords": ["card", "details", "confirm"],
	"textdomain": "surecart",
	"supports": {
		"reusable": false,
		"html": false
	},
	"attributes": {
		"title": {
			"type": "string",
			"default": ""
		},
		"borderless": {
			"type": "boolean"
		}
	}
}
