I’m basically creating a one-pager site but I assume these are never truly one-pager sites because there will probably always be separate pages for legal stuff etc. So, I have a template for home page sections and a default template for all other pages and I’m listing them as such in the panel dashboard:
sections:
homepage:
type: pages
label: Homepage
template: homepage
pages:
type: pages
label: Other pages
status: all
template: default
error:
type: pages
label: Error page
template: error
status: unlisted
The problem now is that if I’m changing the status of a page in a section, all pages/sections of the site are shown in the position select, which is quite confusing. Is there a way to only show the pages that are in the same section (probably filter that by template)?