- Issue created by @s_leu
As of now, the group menu block plugin always loads the first menu of a group menu bundle and renders that in the block (see \Drupal\group_content_menu\Plugin\Block\GroupMenuBlock::getMenuInstance() line 346). So in order to add a block showing another menu, the only way requires these steps currently:
Adding another block that shows any other menu than the first menu of the same group menu content type is not possible.
This would save going through the above steps every time we want to add a new menu to the sidebar.
Observe that it's not possible to add a block for the second menu.
It would be better to add a dropdown to the menu group block form which will allow selecting a menu of that group menu content type and then render the selected menu instead.
Dropdown for menu selection on the block form
Active
3.0
Code