Starterkit: block don't show in new blueprint

Hello y’all,
i’m using a freshly installed starterkit.
I created a site>blueprint>pages>normalPage.yml with this content:

title: normalPage

fields:
    text:
      type: blocks

I can assign it, when creating a new page, BUT then I still get the panel view with the textarea instead of the blocks. That means, the default blueprint is used.

There is no templates-section in the site.yml that restricts page-templates to default.
Where did I go wrong?

Thank you for the help

oohoohooo …
Really? I cannot use upper case characters in blueprint names?

Changed the blueprint name to normalpage.yml and it worked …

Yes, the content file name is always stored in lowercase, so when your OS is set to be case sensitive, it won’t work if the blueprint name is not. That’s why we always recommend to only use lowercase chars for your template/blueprint etc filenames.

Thank you for your response.
I should have known this, its not my first kirby project…