Motivation
A use case for this module can be: display the group menu and use another general menu as fallback.
Proposed resolution
To achieve that it would be handy to have a condition plugin to control visibility. Place the group menu and the fallback drupal menu in the same region next to each other. Configure a condition for the fallback menu to be visible only when the group menu is available and negate it.
Remaining tasks
Code
User interface changes
New condition plugin
Issue fork group_content_menu-3543600
Show commands
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 #3
rodrigoaguileraPlease review
Comment #4
heddnLeft some feedback on the MR.
Comment #5
heddnNaming is hard. I'm not sure the name of the visibility control makes sense. Is this a filter by menu type plugin?
Comment #6
rodrigoaguileraThanks for reviewing.
I added a description to the group type selection to hopefully make it more clear.
Added more info to the comment of the getPluginIdWithType() method and addressed the rest of the feedback
Comment #9
heddnThanks for the contributions here.