Hi everyone,
On my main blueprint (site.yml), I want to show all the pages that have the specified templates (in my case : “projet-regulier” and “projet-irregulier”, wherever they are, even in subpages or sub-subpages etc.
Here is my site.yml :
Title: Rythme
tabs:
pages:
icon: page
sections:
pages:
type: pages
templates:
- irregulier
- regulier
create:
- irregulier
- regulier
souspages:
type: pages
templates:
- projet-irregulier
- projet-regulier
Since it doesn’t show any page in “souspage”, I understand that it is searching only among the direct children. Is it possible to search everywhere in the content ?
Thanks