{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "surecart/product-buy-button-old",
	"title": "Product Cart Button",
	"category": "surecart",
	"description": "Add a buy now or add to cart button.",
	"keywords": ["buy"],
	"textdomain": "default",
	"attributes": {
		"add_to_cart": {
			"type": "boolean",
			"default": false
		},
		"out_of_stock_text": {
			"type": "string",
			"default": "Sold out"
		},
		"unavailable_text": {
			"type": "string",
			"default": "Unavailable"
		},
		"textAlign": {
			"type": "string"
		},
		"type": {
			"type": "string"
		},
		"text": {
			"type": "string"
		},
		"placeholder": {
			"type": "string"
		},
		"backgroundColor": {
			"type": "string"
		},
		"textColor": {
			"type": "string"
		},
		"gradient": {
			"type": "string"
		},
		"width": {
			"type": "number",
			"default": 100
		},
		"id": {
			"type": "string"
		}
	},
	"supports": {
		"interactivity": true,
		"anchor": true,
		"align": false,
		"alignWide": false,
		"spacing": {
			"__experimentalSkipSerialization": true,
			"padding": ["horizontal", "vertical"],
			"margin": ["top", "bottom"]
		},
		"color": {
			"__experimentalSkipSerialization": true,
			"gradients": true,
			"__experimentalDefaultControls": {
				"background": true,
				"text": true
			}
		},
		"__experimentalSelector": ".wp-block-button .wp-block-button__link",
		"typography": {
			"fontSize": true,
			"__experimentalFontFamily": true,
			"__experimentalFontWeight": true,
			"__experimentalFontStyle": true,
			"__experimentalTextTransform": true
		},
		"reusable": false,
		"shadow": true,
		"__experimentalBorder": {
			"color": true,
			"radius": true,
			"style": true,
			"width": true,
			"__experimentalSkipSerialization": true,
			"__experimentalDefaultControls": {
				"color": true,
				"radius": true,
				"style": true,
				"width": true
			}
		}
	},
	"variations": [
		{
			"name": "cart",
			"title": "Add To Cart Button",
			"icon": "cart",
			"description": "Add a button to add the product to the cart.",
			"attributes": {
				"add_to_cart": true,
				"text": "Add To Cart"
			},
			"isDefault": true,
			"isActive": ["add_to_cart"],
			"scope": ["inserter", "block", "transform"]
		},
		{
			"name": "buy",
			"title": "Buy Now Button",
			"icon": "store",
			"description": "Add a button to buy the product.",
			"attributes": {
				"add_to_cart": false,
				"text": "Buy Now"
			},
			"isActive": ["add_to_cart"],
			"scope": ["inserter", "block", "transform"]
		}
	],
	"styles": [
		{ "name": "fill", "label": "Fill", "isDefault": true },
		{ "name": "outline", "label": "Outline" }
	],
	"script": "surecart-components",
	"editorStyle": "wp-block-button-editor",
	"style": ["file:./style.css", "surecart-themes-default", "wp-block-button"],
	"viewScriptModule": [
		"@surecart/checkout",
		"@surecart/cart",
		"@surecart/product-page"
	]
}
