Add `woocommerce` as a supported keyword for the block (https://github.com/woocommerce/woocommerce-blocks/pull/198)

This commit is contained in:
Kelly Dwan 2018-12-03 19:17:10 -05:00 committed by GitHub
parent be07093ae0
commit 5966050367
1 changed files with 1 additions and 0 deletions

View File

@ -261,6 +261,7 @@ registerBlockType( 'woocommerce/product-category', {
title: __( 'Products by Category', 'woocommerce' ), title: __( 'Products by Category', 'woocommerce' ),
icon: 'category', icon: 'category',
category: 'widgets', category: 'widgets',
keywords: [ 'woocommerce' ],
description: __( description: __(
'Display a grid of products from your selected categories.', 'Display a grid of products from your selected categories.',
'woocommerce' 'woocommerce'