This commit is contained in:
Niels Lange 2022-10-04 09:22:32 +07:00 committed by GitHub
parent 3cfc4ec44c
commit dcde8dee05
4 changed files with 4 additions and 12 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "woocommerce/cart-cross-sells-block", "name": "woocommerce/cart-cross-sells-block",
"version": "1.0.0", "version": "1.0.0",
"title": "Cart Cross-Sells block", "title": "Cart Cross-Sells",
"description": "Shows the Cross-Sells block.", "description": "Shows the Cross-Sells block.",
"category": "woocommerce", "category": "woocommerce",
"supports": { "supports": {
@ -11,14 +11,6 @@
"reusable": false, "reusable": false,
"inserter": true "inserter": true
}, },
"attributes": {
"lock": {
"type": "object",
"default": {
"move": true
}
}
},
"parent": [ "woocommerce/cart-items-block" ], "parent": [ "woocommerce/cart-items-block" ],
"textdomain": "woo-gutenberg-products-block", "textdomain": "woo-gutenberg-products-block",
"apiVersion": 2 "apiVersion": 2

View File

@ -1,7 +1,7 @@
{ {
"name": "woocommerce/cart-cross-sells-products-block", "name": "woocommerce/cart-cross-sells-products-block",
"version": "1.0.0", "version": "1.0.0",
"title": "Cart Cross-Sells products", "title": "Cart Cross-Sells Products",
"description": "Shows the Cross-Sells products.", "description": "Shows the Cross-Sells products.",
"category": "woocommerce", "category": "woocommerce",
"supports": { "supports": {

View File

@ -1,7 +1,7 @@
{ {
"name": "woocommerce/cart-items-block", "name": "woocommerce/cart-items-block",
"version": "1.0.0", "version": "1.0.0",
"title": "Cart Items block", "title": "Cart Items",
"description": "Column containing cart items.", "description": "Column containing cart items.",
"category": "woocommerce", "category": "woocommerce",
"supports": { "supports": {

View File

@ -1,7 +1,7 @@
{ {
"name": "woocommerce/proceed-to-checkout-block", "name": "woocommerce/proceed-to-checkout-block",
"version": "1.0.0", "version": "1.0.0",
"title": "Proceed to checkout", "title": "Proceed to Checkout",
"description": "Allow customers proceed to Checkout.", "description": "Allow customers proceed to Checkout.",
"category": "woocommerce", "category": "woocommerce",
"supports": { "supports": {