Manually created subpages dont show up in panel

hello all,
i created folder for subpages in the content folder and i’m able to echo them using a foreach loop on their parent page.
but in the panel when editing the parent page they dont show up on the right hand page list. am i doin st wrong? tnx!

fusi

Could you post the blueprint for your parent page, please?

hello!

it’s the default blueprint…

title: Default Page

columns:
  main:
    width: 2/3
    sections:
      fields:
        type: fields
        fields:
          text:
            type: textarea
            size: huge
  sidebar:
    width: 1/3
    sections:
      pages:
        type: pages
        template: default
      files:
        type: files


Ok, this section filters by default template, I guess your subpages have a different content file name?

yes, that was the fault. i had named them after their folders. just renamed to default, everything fine. tnx!