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.
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