mirror of
https://hk.gh-proxy.com/https://github.com/pronamic/woocommerce-eu-vat-number.git
synced 2025-10-03 23:51:03 +08:00
2.8.3
This commit is contained in:
commit
9e6f947ef3
50 changed files with 6348 additions and 0 deletions
26
block.json
Normal file
26
block.json
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"apiVersion": 2,
|
||||
"name": "woocommerce/eu-vat-number",
|
||||
"version": "1.0.0",
|
||||
"title": "EU VAT Number",
|
||||
"parent": [ "woocommerce/checkout-fields-block" ],
|
||||
"category": "woocommerce",
|
||||
"icon": "cart",
|
||||
"description": "The EU VAT Number extension lets you collect and validate EU VAT numbers during checkout to identify B2B transactions verses B2C. IP Addresses can also be validated to ensure they match the billing address. EU businesses with a valid VAT number can have their VAT removed prior to payment.",
|
||||
"supports": {
|
||||
"html": false
|
||||
},
|
||||
"textdomain": "woocommerce-eu-vat-number",
|
||||
"editorScript": "file:./build/index.js",
|
||||
"editorStyle": "file:./build/index.css",
|
||||
"style": "file:./build/index.css",
|
||||
"attributes": {
|
||||
"lock": {
|
||||
"type": "object",
|
||||
"default": {
|
||||
"remove": true,
|
||||
"move": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue