Subsubpage on site.yml

In my site.yml I’d like to define the possibility to add posts directly to content/blog/.
With the configuration below it directly adds folder at content/ but I want it to add it directly to content/blog.
How can I achieve this?
Thank you in advance.

title: Site
columns:
  - width: 1/2
    sections:
      articles: section/article
  - width: 1/2

You have to define the parent option in your section/article section blueprint, see Starterkit example: https://github.com/getkirby/starterkit/blob/master/site/blueprints/sections/notes.yml

Thanks!
Unfortunately I was unable to find this in the docs.

I must admit it’s missing… I’ll make a note to add this.

1 Like