I even have a Breadcrumb (elements) component that I’m trying to customize but it makes no sense. I see that I set the Home Label on the provider like this
And then I see the label added to the Text component in the Link Box like this
But how then does the label variable has two values, the one I provided the current page title that I didn’t? I’m trying to add the school district text as a hierarchical parent to the school it didn’t work as expected. For some reason it renders twice, once where I expected and once at the end (unexpectedly). Does this mean both “School Directory” AND the School Name (current page) are going to redirect to the Link Box link?
Can you help this make sense and help me to get the output I’m looking for?