Adjust Cart inner block titles (https://github.com/woocommerce/woocommerce-blocks/pull/7232)
This commit is contained in:
parent
3cfc4ec44c
commit
dcde8dee05
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "woocommerce/cart-cross-sells-block",
|
||||
"version": "1.0.0",
|
||||
"title": "Cart Cross-Sells block",
|
||||
"title": "Cart Cross-Sells",
|
||||
"description": "Shows the Cross-Sells block.",
|
||||
"category": "woocommerce",
|
||||
"supports": {
|
||||
|
@ -11,14 +11,6 @@
|
|||
"reusable": false,
|
||||
"inserter": true
|
||||
},
|
||||
"attributes": {
|
||||
"lock": {
|
||||
"type": "object",
|
||||
"default": {
|
||||
"move": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"parent": [ "woocommerce/cart-items-block" ],
|
||||
"textdomain": "woo-gutenberg-products-block",
|
||||
"apiVersion": 2
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "woocommerce/cart-cross-sells-products-block",
|
||||
"version": "1.0.0",
|
||||
"title": "Cart Cross-Sells products",
|
||||
"title": "Cart Cross-Sells Products",
|
||||
"description": "Shows the Cross-Sells products.",
|
||||
"category": "woocommerce",
|
||||
"supports": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "woocommerce/cart-items-block",
|
||||
"version": "1.0.0",
|
||||
"title": "Cart Items block",
|
||||
"title": "Cart Items",
|
||||
"description": "Column containing cart items.",
|
||||
"category": "woocommerce",
|
||||
"supports": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "woocommerce/proceed-to-checkout-block",
|
||||
"version": "1.0.0",
|
||||
"title": "Proceed to checkout",
|
||||
"title": "Proceed to Checkout",
|
||||
"description": "Allow customers proceed to Checkout.",
|
||||
"category": "woocommerce",
|
||||
"supports": {
|
||||
|
|
Loading…
Reference in New Issue