FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
packages
/
blocks
/
Blocks
/
TaxIdInput
Edit File: block.json
{ "name": "surecart/tax-id-input", "title": "VAT or Tax ID Input", "apiVersion": 3, "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": [] }, "required": { "type": "boolean", "default": false } } }
Save
Back