Hi there,
I've a master application, and multiple "child" applications acting as plugins. We'd like to improve the navigation of those applicaitons, and among others, we'd like to use Breadcrumbs.
The problem is that it seems breadcrumbs are scoped to a single application, i.e. there is no way to have for example the following breadcrumb in a child application:
Home / Tools / My Tool / Results
With Home and Tools pointing to pages in the master application, while My Tool and Results would point to a different application.
My question is: is this even possible to use breadcrumbs like this ? Me feeling is that the answer is no, but maybe I'm missing something.
Thanks
Vincent