Removed Unnecessary Keyword
This commit is contained in:
parent
dc60be1228
commit
7aeb4052d2
|
@ -16,7 +16,7 @@ const collection = {
|
|||
title: __( 'Related Products', 'woocommerce' ),
|
||||
icon: <Icon icon={ loop } />,
|
||||
description: __( 'Recommend products like this one.', 'woocommerce' ),
|
||||
keywords: [ 'related', 'product collection' ],
|
||||
keywords: [ 'product collection' ],
|
||||
scope: [],
|
||||
preview: {
|
||||
initialPreviewState: {
|
||||
|
|
Loading…
Reference in New Issue