{
	"name": "surecart/add-to-cart-button",
	"title": "Add To Cart Button",
	"description": "Display a button to add a specific price to the cart.",
	"category": "surecart",
	"keywords": ["name", "customer"],
	"textdomain": "surecart",
	"parent": null,
	"supports": {
		"html": false
	},
	"attributes": {
		"button_text": {
			"type": "string",
			"default": "Add To Cart"
		},
		"ad_hoc_label": {
			"type": "string",
			"default": "Amount"
		},
		"type": {
			"type": "string",
			"default": "primary"
		},
		"size": {
			"type": "string",
			"default": "medium"
		},
		"backgroundColor": {
			"type": "string"
		},
		"textColor": {
			"type": "string"
		},
		"gradient": {
			"type": "string"
		},
		"radius": {
			"type": "number"
		},
		"help": {
			"type": "string"
		},
		"placeholder": {
			"type": "string"
		},
		"price_id": {
			"type": "string"
		},
		"variant_id": {
			"type": "string"
		}
	},
	"script": "surecart-components",
	"style": "surecart-themes-default"
}
