plugin install

This commit is contained in:
Tony Volpe
2024-06-18 17:29:05 -04:00
parent e1aaedd1ae
commit 41f50eacc4
5880 changed files with 1057631 additions and 39681 deletions

View File

@@ -0,0 +1,34 @@
{
"name": "woocommerce/order-confirmation-additional-fields-wrapper",
"version": "1.0.0",
"title": "Additional Fields",
"description": "Display additional checkout fields from the 'contact' and 'order' locations.",
"category": "woocommerce",
"keywords": [
"WooCommerce"
],
"attributes": {
"heading": {
"type": "string"
}
},
"supports": {
"multiple": false,
"align": [
"wide",
"full"
],
"html": false,
"spacing": {
"padding": true,
"margin": true,
"__experimentalDefaultControls": {
"margin": false,
"padding": false
}
}
},
"textdomain": "woocommerce",
"apiVersion": 2,
"$schema": "https://schemas.wp.org/trunk/block.json"
}