Perry
1
Hello,
i’am new in k3
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
Perry
3
Thank you @texnixe
K3 is verry very flexible, thanks for developing.