I am making a site with a lot of collection pages in a tree. The Admin panel allows me to add a new Page, but to make it a collection page the front matter needs to contain the lines
content:
items: '@self.children'
Do I have to add those lines by hand to every collection page, or can it be done from the Admin panel, maybe by some appropriate blueprinting?