Remove full-width mode from cart and checkout block (https://github.com/woocommerce/woocommerce-blocks/pull/5315)
This commit is contained in:
parent
976b158e6f
commit
ee45d9d9cf
|
@ -32,7 +32,7 @@ const settings = {
|
||||||
keywords: [ __( 'WooCommerce', 'woo-gutenberg-products-block' ) ],
|
keywords: [ __( 'WooCommerce', 'woo-gutenberg-products-block' ) ],
|
||||||
description: __( 'Shopping cart.', 'woo-gutenberg-products-block' ),
|
description: __( 'Shopping cart.', 'woo-gutenberg-products-block' ),
|
||||||
supports: {
|
supports: {
|
||||||
align: [ 'wide', 'full' ],
|
align: [ 'wide' ],
|
||||||
html: false,
|
html: false,
|
||||||
multiple: false,
|
multiple: false,
|
||||||
__experimentalExposeControlsToChildren: true,
|
__experimentalExposeControlsToChildren: true,
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"description": "Contains blocks that are displayed when the cart is empty.",
|
"description": "Contains blocks that are displayed when the cart is empty.",
|
||||||
"category": "woocommerce",
|
"category": "woocommerce",
|
||||||
"supports": {
|
"supports": {
|
||||||
"align": [ "wide", "full" ],
|
"align": [ "wide" ],
|
||||||
"html": false,
|
"html": false,
|
||||||
"multiple": false,
|
"multiple": false,
|
||||||
"reusable": false,
|
"reusable": false,
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"description": "Contains blocks that are displayed when the cart contains products.",
|
"description": "Contains blocks that are displayed when the cart contains products.",
|
||||||
"category": "woocommerce",
|
"category": "woocommerce",
|
||||||
"supports": {
|
"supports": {
|
||||||
"align": [ "wide", "full" ],
|
"align": [ "wide" ],
|
||||||
"html": false,
|
"html": false,
|
||||||
"multiple": false,
|
"multiple": false,
|
||||||
"reusable": false,
|
"reusable": false,
|
||||||
|
|
|
@ -31,7 +31,7 @@ const settings = {
|
||||||
'woo-gutenberg-products-block'
|
'woo-gutenberg-products-block'
|
||||||
),
|
),
|
||||||
supports: {
|
supports: {
|
||||||
align: [ 'wide', 'full' ],
|
align: [ 'wide' ],
|
||||||
html: false,
|
html: false,
|
||||||
multiple: false,
|
multiple: false,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue