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",
|
"name": "woocommerce/product-new",
|
||||||
"title": "Newest Products",
|
"title": "Newest Products",
|
||||||
"category": "woocommerce",
|
"category": "woocommerce",
|
||||||
"keywords": [ "WooCommerce", "woo-gutenberg-products-block" ],
|
"keywords": [ "WooCommerce" ],
|
||||||
"description": "Display a grid of your newest products.",
|
"description": "Display a grid of your newest products.",
|
||||||
"supports": {
|
"supports": {
|
||||||
"align": [ "wide", "full" ],
|
"align": [ "wide", "full" ],
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "woocommerce/product-top-rated",
|
"name": "woocommerce/product-top-rated",
|
||||||
"title": "Top Rated Products",
|
"title": "Top Rated Products",
|
||||||
"category": "woocommerce",
|
"category": "woocommerce",
|
||||||
"keywords": [ "WooCommerce", "woo-gutenberg-products-block" ],
|
"keywords": [ "WooCommerce" ],
|
||||||
"description": "Display a grid of your top rated products.",
|
"description": "Display a grid of your top rated products.",
|
||||||
"supports": {
|
"supports": {
|
||||||
"align": [ "wide", "full" ],
|
"align": [ "wide", "full" ],
|
||||||
|
|
Loading…
Reference in New Issue