block.json
31 lines
| 1 | { |
| 2 | "name": "surecart/tax-id-input", |
| 3 | "title": "VAT or Tax ID Input", |
| 4 | "description": "Display a VAT/GST field for VAT collection.", |
| 5 | "category": "surecart", |
| 6 | "keywords": ["totals", "summary"], |
| 7 | "textdomain": "surecart", |
| 8 | "ancestor": ["surecart/form"], |
| 9 | "supports": { |
| 10 | "reusable": false, |
| 11 | "html": false |
| 12 | }, |
| 13 | "attributes": { |
| 14 | "other_label": { |
| 15 | "type": "string" |
| 16 | }, |
| 17 | "ca_gst_label": { |
| 18 | "type": "string" |
| 19 | }, |
| 20 | "au_abn_label": { |
| 21 | "type": "string" |
| 22 | }, |
| 23 | "gb_vat_label": { |
| 24 | "type": "string" |
| 25 | }, |
| 26 | "eu_vat_label": { |
| 27 | "type": "string" |
| 28 | } |
| 29 | } |
| 30 | } |
| 31 |