for a navigation on our site I need to fetch a specific zone and the included blocks from some objects in our eZ Publish installation.
Can you tell me how I can fetch the blocks in this zone?
I tried to inspect the whole object using attribute(show), but I only found this output by using
{$object.children[0].data_map.page.content.zones|attribute(show)}
Result
Attribute Type Value
0 object[eZPageZone] Object
>id string 'a52658c8b1d003bbbe6dc542108dd534'
>zone_identifier string 'main'
1 object[eZPageZone] Object
>id string '3893870da1d595349061a4bba3fd1be7'
>zone_identifier string 'guide'
2 object[eZPageZone] Object
>id string 'f43306e22fb45f1ed72ce3b7276c39d9'
>zone_identifier string 'keyvis'
Well, I got the zone ID ...
Is there a fetch to get the zone and the blocks behind this ID?