Remove full-width mode from cart and checkout block (https://github.com/woocommerce/woocommerce-blocks/pull/5315)

This commit is contained in:
Niels Lange 2021-12-20 18:27:51 +07:00 committed by GitHub
parent 976b158e6f
commit ee45d9d9cf
4 changed files with 4 additions and 4 deletions

View File

@ -32,7 +32,7 @@ const settings = {
keywords: [ __( 'WooCommerce', 'woo-gutenberg-products-block' ) ],
description: __( 'Shopping cart.', 'woo-gutenberg-products-block' ),
supports: {
align: [ 'wide', 'full' ],
align: [ 'wide' ],
html: false,
multiple: false,
__experimentalExposeControlsToChildren: true,

View File

@ -5,7 +5,7 @@
"description": "Contains blocks that are displayed when the cart is empty.",
"category": "woocommerce",
"supports": {
"align": [ "wide", "full" ],
"align": [ "wide" ],
"html": false,
"multiple": false,
"reusable": false,

View File

@ -5,7 +5,7 @@
"description": "Contains blocks that are displayed when the cart contains products.",
"category": "woocommerce",
"supports": {
"align": [ "wide", "full" ],
"align": [ "wide" ],
"html": false,
"multiple": false,
"reusable": false,

View File

@ -31,7 +31,7 @@ const settings = {
'woo-gutenberg-products-block'
),
supports: {
align: [ 'wide', 'full' ],
align: [ 'wide' ],
html: false,
multiple: false,
},