I have pages in my site root that show up in the panel as usual. I also want to have a different set of pages show up in a different section. I thought I can solve this with:
sections:
seiten:
type: pages
label: Standardseiten
status: all
create:
- default
templatesIgnore:
- produkt
image:
cover: true
produkte:
type: pages
label: Produktseiten
status: all
templates:
- produkt
image:
cover: true
It looks good in the panel but that causes a problem with the sorting mechanism where it lists all pages when changing the status.
Then I thought I could just add a subdirectory in the /content directory and put the other set of pages there but this will show up as a (unlisted) member of the standard pages. What’s the best way to have a specific set of pages with their own sorting level but also without parent page (so it doesn’t show up in the regular page list)?