Svnt
#1
How can i tell the “Subpagebuilder” to create a invisible page? … without the leading number?
Tried everything with the num: field with no success.
The subpage is always named 1-changes…hmmm 
i read this but still can’t get it work:
here is (part of) my blueprint:
title: Page
pages:
template:
- module.hero
- module.text
- module.slider
- module.columns
- page
build:
- title: changes
uid: changes
template: changes
num: 1
texnixe
#2
If you don’t put anything there, the subpage will be invisible by default.
1 Like
Svnt
#3
facepalm Thank you! Works now as expected.
1 Like