I generally tried to just add a new post template without overrides, following same tutorial
https://getpublii.com/dev/how-to-create-custom-templates/#js-header
But also just see a grayed out dropdown.
I added a post-services.hbs file (it just just a copy of post.hbs with changed name)
Publii/app/default-files/default-themes/simple/post-services.hbs
And then I have edited
Publii/app/default-files/default-themes/simple/config.json
and added
"postTemplates": {
"services": "Human readable template name"
},
but with not success.. another try was to add this code also to
Publii/app/default-files/theme-files/config.json
but no success either.
Am I missing something?