I can’t get the “num” property in the subpage builder to work. The subpages are built correctly with the given title/uid and template, but it doesn’t add a number to the created subdirectories.
I’ve tried recreating this by using the latest starterkit (2.2.3), and copy pasted in the code from the docs (https://getkirby.com/docs/panel/blueprints/subpages-settings#subpage-builder) in the project.php blueprint file.
It now looks like this:
pages:
build:
- title: Gallery
uid: gallery
template: gallery
num: 1
- title: Info
uid: info
num: 2
template: info
How can I solve this please?
ty