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
Updates to 2.8.8
This commit is contained in:
parent
5c650eed2c
commit
651aba7531
46 changed files with 5974 additions and 5818 deletions
49
block.json
49
block.json
|
@ -1,26 +1,23 @@
|
|||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
{
|
||||
"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",
|
||||
"attributes": {
|
||||
"lock": {
|
||||
"type": "object",
|
||||
"default": {
|
||||
"remove": true,
|
||||
"move": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue