Hi there,
I’m trying to implement a query for several text field in order to retrieve informations that already exists in other page and my blueprint is looking like this:
country:
label: Pays (frontend)
type: text
options: query
query: page.siblings.pluck("country", ",", true)
But it doesn’t seem to work? I’m running the latest 3.7.1 Kirby version along with PHP 8.1.7.
Many thanks.
Nicolas