Closed (fixed)
Project:
Menu tree
Version:
2.x-dev
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
10 Mar 2026 at 16:50 UTC
Updated:
2 Apr 2026 at 22:30 UTC
Jump to comment: Most recent
When a content type allows multiple menus it would be helpful if the order (weight) could be adjusted to control the order the menus appear on the node form.
For example, lets say my Basic page allows me to put it in 3 menus,
1. Excluded from top nav
2. Main Navigation
3. Program Menu
On the node form i want it to show in this order in the menu tree.
Main Navigation
Excluded from top nav
Program Menu
| Comment | File | Size | Author |
|---|---|---|---|
| menu-tree-order.png | 10.73 KB | jdewit | |
| multiple-menus.png | 11.4 KB | jdewit |
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
peter törnstrand commentedSounds reasonable. Will implement.
Comment #4
peter törnstrand commentedOk, so this makes it possible to sort menus with the third party setting
weight.Changing the value of
weightis only possible by editing the config files directly right not. Remains to build a UI for this.Comment #5
peter törnstrand commentedOk, so this is now ready for review.
Comment #6
jdewit commentedTested on Drupal 11.2.10 with Menu Tree 2.1.1 and the new weight feature works as expected. Was able to set the menu weights and they appeared in the order that I specified. Thank you for your efforts with this feature request. It is much appreciated!
Comment #7
peter törnstrand commentedMerged to 2.x. Will be included in version 2.1.2.