{
	"apiVersion": 2,
	"name": "surecart/product-donation-amount",
	"title": "Product Donation Amount",
	"description": "Displays a donation amount for the donation form.",
	"category": "surecart",
	"ancestor": ["surecart/product-donation-amounts"],
	"keywords": ["donation", "ad hoc", "custom", "amount"],
	"textdomain": "surecart",
	"usesContext": ["surecart/product-donation/product_id"],
	"supports": {
		"reusable": false,
		"html": false
	},
	"attributes": {
		"amount": {
			"type": "number",
			"default": 0
		},
		"label": {
			"type": "string"
		},
		"currency": {
			"type": "string"
		}
	},
	"style": "file:./preload.css"
}
