[CFT Custom fields]: Remove horizontal separator that initially appears (#46682)
* Remove block appender below the custom fields block * Add changelog files
This commit is contained in:
parent
b530a6e9dd
commit
24306bf0bd
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: patch
|
||||||
|
Type: fix
|
||||||
|
|
||||||
|
Remove block appender below the custom fields block
|
|
@ -30,7 +30,10 @@ export function Edit( {
|
||||||
className:
|
className:
|
||||||
'wp-block-woocommerce-product-custom-fields-toggle-field__inner-blocks',
|
'wp-block-woocommerce-product-custom-fields-toggle-field__inner-blocks',
|
||||||
},
|
},
|
||||||
{ templateLock: 'all' }
|
{
|
||||||
|
templateLock: 'all',
|
||||||
|
renderAppender: false,
|
||||||
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
const { isLoading, metaboxhiddenProduct, saveMetaboxhiddenProduct } =
|
const { isLoading, metaboxhiddenProduct, saveMetaboxhiddenProduct } =
|
||||||
|
|
Loading…
Reference in New Issue