update all block one-line descriptions to match documentation (https://github.com/woocommerce/woocommerce-blocks/pull/1750)
This commit is contained in:
parent
212abe0010
commit
04141b7c43
|
@ -20,7 +20,7 @@ registerBlockType( 'woocommerce/active-filters', {
|
|||
category: 'woocommerce',
|
||||
keywords: [ __( 'WooCommerce', 'woo-gutenberg-products-block' ) ],
|
||||
description: __(
|
||||
'Display a list of active product filters. Works in combination with the Filter Products by Price and Filter Products by Attribute blocks.',
|
||||
'Show the currently active product filters. Works in combination with the All Products and filters blocks.',
|
||||
'woo-gutenberg-products-block'
|
||||
),
|
||||
supports: {
|
||||
|
|
|
@ -20,7 +20,7 @@ registerBlockType( 'woocommerce/attribute-filter', {
|
|||
category: 'woocommerce',
|
||||
keywords: [ __( 'WooCommerce', 'woo-gutenberg-products-block' ) ],
|
||||
description: __(
|
||||
'Display a list of filters based on a chosen product attribute. Works in combination with the All Products block.',
|
||||
'Allow customers to filter the grid by product attribute, such as color. Works in combination with the All Products block.',
|
||||
'woo-gutenberg-products-block'
|
||||
),
|
||||
supports: {
|
||||
|
|
|
@ -20,7 +20,7 @@ registerBlockType( 'woocommerce/price-filter', {
|
|||
category: 'woocommerce',
|
||||
keywords: [ __( 'WooCommerce', 'woo-gutenberg-products-block' ) ],
|
||||
description: __(
|
||||
'Display a slider to filter products in your store by price. Works in combination with the All Products block.',
|
||||
'Allow customers to filter the products by choosing a lower or upper price limit. Works in combination with the All Products block.',
|
||||
'woo-gutenberg-products-block'
|
||||
),
|
||||
supports: {
|
||||
|
|
|
@ -21,7 +21,7 @@ registerBlockType( 'woocommerce/product-categories', {
|
|||
category: 'woocommerce',
|
||||
keywords: [ __( 'WooCommerce', 'woo-gutenberg-products-block' ) ],
|
||||
description: __(
|
||||
'Show your product categories as a list or dropdown.',
|
||||
'Show all product categories as a list or dropdown.',
|
||||
'woo-gutenberg-products-block'
|
||||
),
|
||||
supports: {
|
||||
|
|
|
@ -24,7 +24,7 @@ registerBlockType( 'woocommerce/product-on-sale', {
|
|||
category: 'woocommerce',
|
||||
keywords: [ __( 'WooCommerce', 'woo-gutenberg-products-block' ) ],
|
||||
description: __(
|
||||
'Display a grid of on sale products.',
|
||||
'Display a grid of products currently on sale.',
|
||||
'woo-gutenberg-products-block'
|
||||
),
|
||||
supports: {
|
||||
|
|
|
@ -23,7 +23,7 @@ registerBlockType( 'woocommerce/product-search', {
|
|||
category: 'woocommerce',
|
||||
keywords: [ __( 'WooCommerce', 'woo-gutenberg-products-block' ) ],
|
||||
description: __(
|
||||
'Help visitors find your products.',
|
||||
'A search box to allow customers to search for products by keyword.',
|
||||
'woo-gutenberg-products-block'
|
||||
),
|
||||
supports: {
|
||||
|
|
|
@ -24,7 +24,7 @@ registerBlockType( 'woocommerce/product-tag', {
|
|||
category: 'woocommerce',
|
||||
keywords: [ __( 'WooCommerce', 'woo-gutenberg-products-block' ) ],
|
||||
description: __(
|
||||
'Display a grid of products from your selected tags.',
|
||||
'Display a grid of products with selected tags.',
|
||||
'woo-gutenberg-products-block'
|
||||
),
|
||||
supports: {
|
||||
|
|
|
@ -24,7 +24,7 @@ registerBlockType( blockTypeName, {
|
|||
category: 'woocommerce',
|
||||
keywords: [ __( 'WooCommerce', 'woo-gutenberg-products-block' ) ],
|
||||
description: __(
|
||||
'Display a grid of products from your selected attributes.',
|
||||
'Display a grid of products with selected attributes.',
|
||||
'woo-gutenberg-products-block'
|
||||
),
|
||||
supports: {
|
||||
|
|
|
@ -23,7 +23,7 @@ const blockSettings = {
|
|||
category: 'woocommerce',
|
||||
keywords: [ __( 'WooCommerce', 'woo-gutenberg-products-block' ) ],
|
||||
description: __(
|
||||
'Display all products from your store as a grid.',
|
||||
'Display products from your store in a grid layout.',
|
||||
'woo-gutenberg-products-block'
|
||||
),
|
||||
supports: {
|
||||
|
|
|
@ -27,7 +27,7 @@ registerBlockType( 'woocommerce/all-reviews', {
|
|||
category: 'woocommerce',
|
||||
keywords: [ __( 'WooCommerce', 'woo-gutenberg-products-block' ) ],
|
||||
description: __(
|
||||
'Shows a list of all product reviews.',
|
||||
'Show a list of all product reviews.',
|
||||
'woo-gutenberg-products-block'
|
||||
),
|
||||
supports: {
|
||||
|
|
|
@ -25,7 +25,7 @@ registerBlockType( 'woocommerce/reviews-by-product', {
|
|||
category: 'woocommerce',
|
||||
keywords: [ __( 'WooCommerce', 'woo-gutenberg-products-block' ) ],
|
||||
description: __(
|
||||
'Show reviews of your product to build trust.',
|
||||
'Show reviews of your products to build trust.',
|
||||
'woo-gutenberg-products-block'
|
||||
),
|
||||
supports: {
|
||||
|
|
Loading…
Reference in New Issue