I have a blueprint and I want sub-pages of this blueprint use only a specific template.
How to restrict child templates in blueprint when using preset: pages ?
Because, following configuration works perfectly with preset: page, but not with preset: pages:
title: Template A
preset: pages
pages:
template: template-b
P.-S. Also, using preset: pages displays only Draft and Published pages but still allow selecting Unlisted status and if used then pages just “disappears” from display. So I don’t really understand this preset. I would be happy with any help on this. I read the documentation, but there are things I don’t get.
About that, I believe since preset: page is configured to have the 3 status Draft, Unlisted and Listed, preset: pages should by default displays all 3 sections not only Draft and Listed…