Motivation
It is difficult to know which pages in the tree are routed to which controllers.
Proposed solution
I want to see a table of NodeAliasPath, the generated route, and matching controller.
Additional context
I realize this could get very complex due to the need to resolve macros and parse a route table, nevermind dynamic constraints on routes.
Motivation
It is difficult to know which pages in the tree are routed to which controllers.
Proposed solution
I want to see a table of
NodeAliasPath, the generated route, and matching controller.Additional context
I realize this could get very complex due to the need to resolve macros and parse a route table, nevermind dynamic constraints on routes.