Nesting Breadcrumbs?
I found the documentation on how to set up a Navigation group or to assign a page or resource as a child of another page or resource, but the breadcrumbs don't appear to reflect these relationships.
e.g., I'm setting up a tool as a package, so i want all the menu items to show up under a single item that folds or hides (group and parent/child both seem to do this) when not in use.
My tool has a color model that stores default colors used by the tool, as an example. When I select Color, it defaults to going to the list of colors.
I can set a $stub value that will change the url route to be */MyTool/Colors
But instead of showing MyTool > Colors > List, it only shows Colors > List on the breadcrumbs at the top. How do I get the breadcrumbs to reflect the group?
e.g., I'm setting up a tool as a package, so i want all the menu items to show up under a single item that folds or hides (group and parent/child both seem to do this) when not in use.
My tool has a color model that stores default colors used by the tool, as an example. When I select Color, it defaults to going to the list of colors.
I can set a $stub value that will change the url route to be */MyTool/Colors
But instead of showing MyTool > Colors > List, it only shows Colors > List on the breadcrumbs at the top. How do I get the breadcrumbs to reflect the group?