Group by after tags, I get the value and not the label

I have a small mini problem: when I include a “Group by” after tags, I get the value and not the label. So f.e. “association_partner” instead of “Association Partner”. Can someone give me a hint?

Well, yes, all these methods use the field value as stored in the content file, not the label defined in your blueprints.

You would have to either query the page blueprint ($page->blueprint()) for those labels, or in a multi-language side store them as language variables, or in the config, whatever seems best to you.

1 Like