Hi there,
I’m trying to create some new templates for an existing site that I’ve been asked to takeover. The Kirby version is 2.5.14.
I’ve created a new template file called ‘services.php’ within site/templates and a new blueprint called services.yml in site/blueprints. Finally, I’ve changed the top of site.yml so that it reads:
title: Site
pages:
template:
- default
- projects
- insights
- about
- services
However, I still can’t create a new page with the ‘services’ template or change an existing page to the services template. The dropdown for these still only contain the first four template options:
- default
- projects
- insights
- about
Can someone highlight what I’m doing wrong here? I have admin rights and complete access to the file structure.
Many thanks!