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:
DAnn2012 2023-06-21 14:30:57 +02:00 committed by GitHub
parent 31a2fd77dd
commit 2de1129e9d
2 changed files with 2 additions and 2 deletions

View File

@ -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" ],

View File

@ -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" ],