Navigation Block - it's too easy to create lots of menus #39489
Labels
[Block] Navigation
Affects the Navigation Block
Needs Testing
Needs further testing to be confirmed.
What problem does this address?
I think this was always a bit of a known issue, but it'd be good to find ways to reduce the number of menus that are created in the navigation block. It's quite easy to end up in this kind of state:
At the moment there are some options that always result in menu creation:
What is your proposed solution?
There are probably some quick wins. For example, if a pattern contains the same hard-coded menu structure as another existing menu, that existing menu could automatically be used instead of creating a new one. This would solve the issue outlined in #38157.
I think there's also something deeper the two use cases mentioned above have in common. Patterns often represent semantic areas as do Template Parts (e.g. header, footer). If a site has an existing menu that has the same semantic meaning as the pattern or template part, that menu could be used in the navigation block within that template part or pattern by default. This also optimizes the workflow for the user, as they don't have to select a menu or create a menu at all in many cases.
Related #38157, #36307
The text was updated successfully, but these errors were encountered: