From a92ae1477b0959cd1fea8c8ab167be7e78a56320 Mon Sep 17 00:00:00 2001 From: Kelly Dwan Date: Wed, 5 Dec 2018 12:00:40 -0500 Subject: [PATCH] =?UTF-8?q?Remove=20=E2=80=9Ccenter=E2=80=9D=20alignment?= =?UTF-8?q?=20option=20(https://github.com/woocommerce/woocommerce-blocks/?= =?UTF-8?q?pull/214)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../woocommerce-blocks/assets/js/product-category-block.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/woocommerce-blocks/assets/js/product-category-block.js b/plugins/woocommerce-blocks/assets/js/product-category-block.js index 654b29d45b3..da0e3dec8c5 100644 --- a/plugins/woocommerce-blocks/assets/js/product-category-block.js +++ b/plugins/woocommerce-blocks/assets/js/product-category-block.js @@ -33,8 +33,8 @@ import ProductCategoryControl from './components/product-category-control'; import ProductPreview from './components/product-preview'; import sharedAttributes from './utils/shared-attributes'; -// Only enable center, wide, and full alignments -const validAlignments = [ 'center', 'wide', 'full' ]; +// Only enable wide and full alignments +const validAlignments = [ 'wide', 'full' ]; /** * Component to handle edit mode of "Products by Category".