Breadcrumbs work in conjunction with a container with multiple views currently if the Breadcrumb "label" matches the view "key" using
It would be nice if there was a "key" property in each breadcrumb that was used for the matching instead of the label. I believe this would also provide the ability to dynamically set the label of each breadcrumb.
For example, a container with 2 views "account_list" and "account_detail" could have breadcrumbs labels like Accounts -> AccountA where AccountA, the breadcrumb label, could change depending which company is selected.