Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Remove full-width mode from cart and checkout block (#5315)
Browse files Browse the repository at this point in the history
  • Loading branch information
nielslange authored Dec 20, 2021
1 parent 71558e2 commit d319e24
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/js/blocks/cart-checkout/cart/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion assets/js/blocks/cart-checkout/checkout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const settings = {
'woo-gutenberg-products-block'
),
supports: {
align: [ 'wide', 'full' ],
align: [ 'wide' ],
html: false,
multiple: false,
},
Expand Down

0 comments on commit d319e24

Please sign in to comment.