Prevent individual filters from being able to drag outside of parent wrapper (#49606)

* Prevent individual filters from being able to drag outside of parent wrapper

* Add changefile(s) from automation for the following project(s): woocommerce-blocks

---------

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Roy Ho 2024-07-17 13:30:59 -07:00 committed by GitHub
parent 98a0e96bc9
commit 6216408511
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,7 @@
"reusable": false,
"inserter": false
},
"ancestor": [ "woocommerce/product-filters" ],
"usesContext": [ "query", "queryId" ],
"attributes": {
"filterType": {

View File

@ -0,0 +1,4 @@
Significance: patch
Type: tweak
Comment: Experimental feature