{
	"name": "surecart/store-logo",
	"title": "Store Logo",
	"apiVersion": 3,
	"description": "Display the store logo.",
	"category": "surecart",
	"keywords": ["logo", "image", "store", "store logo"],
	"textdomain": "surecart",
	"supports": {
		"html": false,
		"spacing": {
			"margin": true,
			"padding": true
		},
		"__experimentalBorder": {
			"width": true,
			"color": true,
			"__experimentalDefaultControls": {
				"width": true,
				"color": true
			}
		}
	},
	"attributes": {
		"width": {
			"type": "number"
		},
		"height": {
			"type": "number"
		},
		"maxWidth": {
			"type": "number",
			"default": 180
		},
		"maxHeight": {
			"type": "number"
		},
		"isLinkToHome": {
			"type": "boolean",
			"default": true
		}
	}
}
