Unable to create new page in site.yml?

Hi, in my site.yml I have a tab area called All pages…
I can not create new pages from there… What am I missing?

I can duplicate a page and rename it, but obviously it used the wrong blueprint.

How can I make sure I can create new pages based on my blueprints?

As for now I have to manually go into content. create a folder based on the page name i want, and assign a pagename.txt

Thank for your expert advice.

site.yml


title: Site Settings

options:
  title: false
  duplicate: true
  status: false
  url: false
  delete: true
  create: true


Tabs:
....

Pages:
    label: All Pages
    icon: page

    sections:
      allPages:
        type: pages
        create: true
        label: All Pages on Site
        layout: list
        status: listed

This pages section does not allow drafts but only listed pages, so creating new pages, which are usually created as drafts, is not possible.