When pages get nested, the user starts overriding breadcrumbs to more user friendly words. Instead of showing:
Actors / actor_123 / Movies / movie_456
we can use override to show
Actors / Jamie / Movies / Wonder Woman
However unless the user is keeping track of the "jamie" override, when they are on page foo, jamie will revert to actor_123. We can keep track of these key value pairs to display everything for the user without them needing to deal with it.
When pages get nested, the user starts overriding breadcrumbs to more user friendly words. Instead of showing:
Actors / actor_123 / Movies / movie_456we can use override to show
Actors / Jamie / Movies / Wonder WomanHowever unless the user is keeping track of the "jamie" override, when they are on page foo, jamie will revert to actor_123. We can keep track of these key value pairs to display everything for the user without them needing to deal with it.