Setting up blog like blueprints

I’m just getting started with Kirby and are following this video to create blueprints for projects and a blog.

I’ve managed to create a blueprint for Notes and now want to define fields for children called Note. The only way for me to make it work is to manually change the template name from default.txt to note.txt for the individual Note.

Screenshot 2020-10-21 at 11.03.56

This is of course not the way to go forward. How can I make a blueprint for all children of “Notes” to be defined according to blueprint “Note.yml”?

Thanks in advance

Make sure to check out the next video as well: https://www.youtube.com/watch?v=rVcg4SlAh-A

In your pages section in the notes.yml you need to define the template that should be used for every subpage. I.e.

sections: 
  notes: 
    type: pages
    template: note

Thanks, that did the trick! Where do I find this documentation?

You can find it here: https://getkirby.com/docs/reference/panel/sections/pages