The default order is drafts/unlisted/listed, and I’d like to change it to listed/drafts/unlisted.
I’ve successfully edited site blueprint and changed the section title (e.g. ‘Hidden pages’ instead of ‘unlisted’), but for the life of me can’t find how to change the order of the sections.
Thank you
You can order them any way you want, for example:
title: Site
sections:
section1:
headline: Listed items
type: pages
status: listed
section2:
headline: Unlisted items
type: pages
status: unlisted
section3:
headline: Draft items
type: pages
status: draft
1 Like
All right! The preset: pages
confused me for a while, but I’ve got it working. Thank you!
Yes, if you use the preset, the order cannot be changed, I think.