Create page in child folder

In my site panel, I’m querying publications from a child folder

publications:
  type: pages
  query: page('notes').children()

Would it be possible to create a page in this specific folder when I use the page creation dialog from the site panel view?

Or could I assign concrete paths to templates like:
detail.notes.yml > /notes/
detail.insights.yml > /insights/

Thank you very much in advance!

See Starterkit for examples.
I guess that is a pages section, not a field? Then instead of using a query, set the parent property, and set page('notes') as parent

1 Like

Thanks so much! I was looking for it in the docs already, but didnt know what to search for :slight_smile: