This commit is contained in:
Kelly Dwan 2018-12-05 12:00:40 -05:00 committed by GitHub
parent ba83d67b32
commit a92ae1477b
1 changed files with 2 additions and 2 deletions

View File

@ -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".