Removed the second keyword (which previously denoted the text domain) from two blocks (https://github.com/woocommerce/woocommerce-blocks/pull/9816)
* Update block.json * Update block.json
This commit is contained in:
parent
31a2fd77dd
commit
2de1129e9d
|
@ -2,7 +2,7 @@
|
|||
"name": "woocommerce/product-new",
|
||||
"title": "Newest Products",
|
||||
"category": "woocommerce",
|
||||
"keywords": [ "WooCommerce", "woo-gutenberg-products-block" ],
|
||||
"keywords": [ "WooCommerce" ],
|
||||
"description": "Display a grid of your newest products.",
|
||||
"supports": {
|
||||
"align": [ "wide", "full" ],
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "woocommerce/product-top-rated",
|
||||
"title": "Top Rated Products",
|
||||
"category": "woocommerce",
|
||||
"keywords": [ "WooCommerce", "woo-gutenberg-products-block" ],
|
||||
"keywords": [ "WooCommerce" ],
|
||||
"description": "Display a grid of your top rated products.",
|
||||
"supports": {
|
||||
"align": [ "wide", "full" ],
|
||||
|
|
Loading…
Reference in New Issue