-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Navigation: Make the OffCanvasEditor the default experience. #46938
Comments
For additional context I've updated the Issue description with links to the x2 calls for testing that were made on Make Blog for this feature over the past few months. |
I'll be putting together a PR to stabilize the inspector controls tabs today in the hope we might be able to get it reviewed and merged in time for the next Gutenberg release. That would give us two full Gutenberg releases with it as the default experience before the WordPress 6.2 feature freeze. |
#47045 was just merged stabilizing the block inspector tabs experiment. |
What problem does this address?
Based on the feedback on https://make.wordpress.org/test/2022/12/14/fse-program-testing-call-19-running-through-refinements/, let's make the OffCanvasEditor the default experience for the navigation block.
This means removing all references to
window?.__experimentalEnableOffCanvasNavigationEditor
in the code.One thing to note is that the global navigation sidebar in the Site Editor is also using this experiment to hide its functionality. This sidebar is not yet ready to be moved out of an experiment, so we should ensure that it remains hidden behind this (or another) flag.
Another thing to be aware of is that this experiment is reliant on the tabs in the inspector controls. Both of these experiments need to be made the default. @aaronrobertshaw do you have a plan for this?
A reminder here are the calls for testing:
The text was updated successfully, but these errors were encountered: