Is it possible to query the label name?

This is part of my blueprint, using the page builder.

Is it possible to query the “categorytitle”? Or – for other use cases – put a query in the label at all?

          category:
            label: " {{ page.title}}"
            fields:
              categorytitle:
                label: Titel/Name
                type: text
              categorycontent:
                label: Text
                type: textarea

Because the markup looks otherwise like this and thats makes the accordion/sorting feature quite useless.
07

1 Like

I was about to ask this too. It seems not possible?

We will have more query option in the future. But currently, you can’t use queries everywhere.

1 Like