Blueprint subpage setting

Hello,
i’am new in k3 :face_with_monocle:

how do specify the name of the subpage ?

i tried this:

blueprints/pages/default.yml

title: Default
preset: page
template: page

options:
  preview: false
  changeTemplate: false


fields:
  text:
    label: Text
    type: textarea

If you want to display and create subpages, you need apages section; there you can set the template.

In a page preset, a pages section is auto-created. I have to check myself how to overwrite it to define a template… Will be back.

Edit: You can override the default like this:

pages:
  template: default

Thank you @texnixe

K3 is verry very flexible, thanks for developing.