Hello,
I have this tree:
Home/province/province_1/city_1/event_1
Home/province/province_1/city_1/event_2
Home/province/province_1/city_2/event_1
...
Home/province/province_2/city_1/event_1
Home/province/province_2/city_2/event_1
...
What i try to do: when show 'province_1' page, then show all the events of this province_1
The events has a template: event.php
So try making a pagelist in the province-template:
<@ newPagelist { template:'event' } @>
...
The problem, it shows all the events from all the provinces.
Trying also : match: {'":level": "/2/"'} in the pagelist-object, but doesn't work.
I know i can use the 'context', but i made one template 'province' that i used for every province.
Hope there is a way filter 'dynamically' deeper then only 'children'