WordPress / gutenberg

The Block Editor project for WordPress and beyond. Plugin is available from the official repository.
https://wordpress.org/gutenberg/
Other
10.51k stars 4.2k forks source link

Hide legacy navigation menu widget when navigation block lands in core #35781

Open spacedmonkey opened 3 years ago

spacedmonkey commented 3 years ago

What problem does this address?

When the navigation block lands in core in WP 5.9, also hide the option to create legacy navigation menu widgets.

Screenshot 2021-10-19 at 21 54 37

What is your proposed solution?

noisysocks commented 2 years ago

Makes sense. Noting that we can't enable the Navigation block until https://github.com/WordPress/gutenberg/issues/32952 is addressed, though, as Navigation stores its content into a Navigation entity.

Probably makes sense to tackle this and https://github.com/WordPress/gutenberg/issues/35780 at the same time.