{
	"apiVersion": 3,
	"name": "surecart/variant-price-selector",
	"title": "Product Options Selector",
	"description": "Displays a selector for selecting product prices and/or variants.",
	"category": "surecart",
	"keywords": ["price", "product", "choice", "checkout", "variant"],
	"textdomain": "surecart",
	"ancestor": ["surecart/form"],
	"supports": {
		"reusable": false,
		"html": false,
		"className": true
	},
	"attributes": {
		"label": {
			"type": "string"
		},
		"product_id": {
			"type": "string"
		},
		"selectorTitle": {
			"type": "string"
		}
	}
}
