Disable HTML editing on Featured Category (https://github.com/woocommerce/woocommerce-blocks/pull/816)
This commit is contained in:
parent
6e91656677
commit
708fb72288
|
@ -30,6 +30,7 @@ registerBlockType( 'woocommerce/featured-category', {
|
|||
),
|
||||
supports: {
|
||||
align: [ 'wide', 'full' ],
|
||||
html: false,
|
||||
},
|
||||
attributes: {
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue