#16301 closed enhancement (fixed)
set limits to nesting of menus
Reported by: | alxndr | Owned by: | |
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Menus | Keywords: | |
Focuses: | Cc: |
Description
It would be great to be able to limit/control the nesting depth of menus. I'm using menus to let my editors control where posts show up in various spots in our theme, and don't want them to accidentally nest a link deeper than it should be.
Change History (3)
#1
@
14 years ago
- Keywords 2nd-opinion added; menus nesting submenus removed
- Milestone changed from Awaiting Review to Future Release
- Type changed from feature request to enhancement
Note: See
TracTickets for help on using
tickets.
Currently, nesting depth is abstracted to a JavaScript variable, which should be accessible at the JS level. You can do that for now, but there's no guarantee we won't break that in a future release.
I would not mind it if this variable can be made accessible through a filter in PHP (and thus via localize()).