According to Default Behavior we can disable the default routing behaviour by passing false
as the first Router
parameter.
From what I see in the documentation this is not possible for groups. Is there a possibility to do the same for a specific Group or is this only achievable on a global level?
If so I guess I should have a different module altogether to achieve what I want?