How to change templates

Hi,

I made several blueprints and matching templates but I’m not able to change the template when I create a new page. What do I need to do to see all my templates in the dropdown?

Thanks!

You have to either remove the templates and/or create options from your pages sections, or set allowed templates using these options.


1 Like

Hi @texnixe,

Thanks again for you help!
I used “create: jobs” and forced all pages to be a “jobs” template. After deleting this I was able to select the right template.

  pages:
    type: pages
    create: jobs
    templates:
      - about
      - home 

Thanks!