Add previews for the category list and product search (https://github.com/woocommerce/woocommerce-blocks/pull/1123)
* Enable preview for product search block * Enable category preview
This commit is contained in:
parent
a7beb3b845
commit
a1e6184bee
|
@ -27,7 +27,11 @@ registerBlockType( 'woocommerce/product-categories', {
|
|||
supports: {
|
||||
align: [ 'wide', 'full' ],
|
||||
},
|
||||
|
||||
example: {
|
||||
attributes: {
|
||||
hasCount: true,
|
||||
},
|
||||
},
|
||||
attributes: {
|
||||
/**
|
||||
* Whether to show the product count in each category.
|
||||
|
|
|
@ -30,7 +30,11 @@ registerBlockType( 'woocommerce/product-search', {
|
|||
supports: {
|
||||
align: [ 'wide', 'full' ],
|
||||
},
|
||||
|
||||
example: {
|
||||
attributes: {
|
||||
hasLabel: true,
|
||||
},
|
||||
},
|
||||
attributes: {
|
||||
/**
|
||||
* Whether to show the field label.
|
||||
|
|
Loading…
Reference in New Issue