Add `woocommerce` as a supported keyword for the block (https://github.com/woocommerce/woocommerce-blocks/pull/198)
This commit is contained in:
parent
be07093ae0
commit
5966050367
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue