Skip to content

Draft: submenu

Ghost of Drupal Past requested to merge submenu into 8.x-1.x

Make it possible for a group content menu to be a submenu of a core menu.

To facilitate this, store a root menu link plugin id in a field. When loading the menu tree, set the root to this plugin as appropriate. When updating this field to another menu, update every child with it.

Merge request reports