Hi, I’m trying to access in a blueprint pages that aren’t directly at the root of the site…
Is there a way to do that ?
At the moment, I have:
software:
label: Software
type: checkboxes
options: query
query:
page: softwares
But my page ‘softwares’ (and its chlidren ‘software’, which are the ones I’m trying to list) is inside a folder called ‘ressources’ that contains other types of pages (with their own blueprints and templates).
Any help appreciated! Thanks