plugin updates

This commit is contained in:
Tony Volpe
2024-09-17 10:43:54 -04:00
parent 44b413346f
commit b7c8882c8c
1359 changed files with 58219 additions and 11364 deletions

View File

@@ -4,7 +4,9 @@
"title": "Classic Shortcode",
"description": "Renders classic WooCommerce shortcodes.",
"category": "woocommerce",
"keywords": [ "WooCommerce" ],
"keywords": [
"WooCommerce"
],
"supports": {
"align": true,
"html": false,
@@ -16,7 +18,10 @@
"shortcode": {
"type": "string",
"default": "cart",
"enum": [ "cart", "checkout" ]
"enum": [
"cart",
"checkout"
]
},
"align": {
"type": "string",
@@ -24,6 +29,6 @@
}
},
"textdomain": "woocommerce",
"apiVersion": 2,
"apiVersion": 3,
"$schema": "https://schemas.wp.org/trunk/block.json"
}
}