Add isLink attribute to the Products block title (https://github.com/woocommerce/woocommerce-blocks/pull/8519)
This commit is contained in:
parent
5944e229c2
commit
23d9e1008c
|
@ -84,6 +84,7 @@ export const INNER_BLOCKS_TEMPLATE: InnerBlockTemplate[] = [
|
|||
textAlign: 'center',
|
||||
level: 3,
|
||||
fontSize: 'medium',
|
||||
isLink: true,
|
||||
__woocommerceNamespace: PRODUCT_TITLE_ID,
|
||||
},
|
||||
[],
|
||||
|
|
Loading…
Reference in New Issue