Remove __experimentalDefaultControls from Filter by Stock and Filter by Rating blocks (https://github.com/woocommerce/woocommerce-blocks/pull/8326)
* Remove __experimentalDefaultControls from Filter by Stock and Filter by Rating blocks * Remove link color from Filter by Stock block
This commit is contained in:
parent
831cf20a4d
commit
4371b6a480
|
@ -8,11 +8,7 @@
|
|||
"supports": {
|
||||
"html": false,
|
||||
"multiple": false,
|
||||
"color": {
|
||||
"__experimentalDefaultControls": {
|
||||
"text": true
|
||||
}
|
||||
},
|
||||
"color": true,
|
||||
"inserter": false,
|
||||
"lock": false
|
||||
},
|
||||
|
|
|
@ -8,12 +8,7 @@
|
|||
"supports": {
|
||||
"html": false,
|
||||
"multiple": false,
|
||||
"color": {
|
||||
"link": true,
|
||||
"__experimentalDefaultControls": {
|
||||
"text": true
|
||||
}
|
||||
},
|
||||
"color": true,
|
||||
"inserter": false,
|
||||
"lock": false
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue