Hello,
Is is possible to pass the root of the site into a pages query in a blueprint?
I am trying to provide a way to select from top level, invisible pages.
Passing /, root, default leads to an error.
pagelink1:
label: Top Link
type: select
options: query
query:
page: /
fetch: children
template: sitepage
value: '{{title}}'
text: '{{title}}'
I am at the top of the hierarchy so going back does not work.
I just stuffed the pages in a stub container page and went ahead. Good to know that the issue is already fixed.
Thank you!