Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Update the title and description for the Filter by Rating Block. #7905

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions assets/js/blocks/rating-filter/block.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "woocommerce/rating-filter",
"version": "1.0.0",
"title": "Filter by Rating Controls",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We use the Controls suffix to differentiate the block with the controls from the wrapper block. Otherwise the structure is a bit confusing:

imatge
(the last one is the one that had the Controls suffix)

@vivialice are we sure we want to go ahead with this change? Other filter blocks also have the Controls suffix in the inner block to differentiate it from the wrapper:

imatge

"description": "Enable customers to filter the product grid by rating.",
"title": "Filter by Rating",
"description": "Enable customers to filter products by their rating.",
"category": "woocommerce",
"keywords": [ "WooCommerce" ],
"supports": {
Expand Down