{
	"name": "surecart/tax-id-input",
	"title": "VAT or Tax ID Input",
	"description": "Display a VAT/GST field for VAT collection.",
	"category": "surecart",
	"keywords": ["totals", "summary"],
	"textdomain": "surecart",
	"ancestor": ["surecart/form"],
	"supports": {
		"reusable": false,
		"html": false
	},
	"attributes": {
		"other_label": {
			"type": "string"
		},
		"ca_gst_label": {
			"type": "string"
		},
		"au_abn_label": {
			"type": "string"
		},
		"gb_vat_label": {
			"type": "string"
		},
		"eu_vat_label": {
			"type": "string"
		},
		"help_text": {
			"type": "string",
			"default": ""
		},
		"tax_id_types": {
			"type": "array",
			"default": []
		}
	}
}
