How would one go about using the query option with array like this:
array:2 [▼
0 => array:2 [▼
"name" => "Example One Name"
"text" => "Example One Text"
1 => array:2 [▼
"name" => "Example Two Name"
"text" => "Example Two Text"
Is that possible?
A straight query of
query:
fetch: kirby.array_site_method
returns an array, but how would get to the nested position to output the ‘name’ value?