Hey guys,
i am using checkboxes to select a number of pages by template.
fields:
pages:
label: Pages
type: checkboxes
options: query
query:
fetch: pages
value: '{{uri}}'
template: default
This shows the found pages with its title in alphabetical order.
Can i have the elements displayed in natural order too, like in the order found by traversing through the site-tree? Right now i am ordering the selected pages by hand in the respective content .txt file.
There is a feature flip: true
– maybe we could change this to:
order: flip | order: natural | order: default
Thank you