This may very well be "by design," but it would be nice to be able select a parent menu item, not just specific menu for a page.

Comments

merlinofchaos’s picture

Status: Active » Closed (works as designed)

Sure would be. Alas, the API does not allow for that. The menu module stores its links in the database, but in order to be exportable into code, we can't use the database method, and the API does not allow direct selection of parentage. Instead it will try to discover that by path.

I've put some effort into trying to figure this out, but that part of the menu system is hard to work with.

Albert Volkman’s picture

Issue summary: View changes

Has this been revisited in another tickets since 7.x? Or does the API still restrict this ability?