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:
Albert Juhé Lluveras 2023-02-01 11:46:50 +01:00 committed by GitHub
parent 831cf20a4d
commit 4371b6a480
2 changed files with 2 additions and 11 deletions

View File

@ -8,11 +8,7 @@
"supports": {
"html": false,
"multiple": false,
"color": {
"__experimentalDefaultControls": {
"text": true
}
},
"color": true,
"inserter": false,
"lock": false
},

View File

@ -8,12 +8,7 @@
"supports": {
"html": false,
"multiple": false,
"color": {
"link": true,
"__experimentalDefaultControls": {
"text": true
}
},
"color": true,
"inserter": false,
"lock": false
},