Created by: Fred Boyle (fred@subtletech.com) on 2015/05/18 18:46:53 +0000
Votes at time of UserVoice import: 4
Allow selection of template per entry type when setting them up.
This would permit entry type within a section to directly load a template instead of using Twig trickery.
It would also be great to have the ability to assign a template at the entry level. This could be achieved via an optional template field on all entries that would override the section or entry type template.
This could also be done by using dynamic routes to override the template for a particular URI. This would mean dynamic routes being allowed to override any section or entry type templates.
So the priority would be as follows:
- Dynamic route overrides all
- Entry template
- Entry type template
- Section template
- Filesystem
Allow selection of template per entry type when setting them up.
This would permit entry type within a section to directly load a template instead of using Twig trickery.
It would also be great to have the ability to assign a template at the entry level. This could be achieved via an optional template field on all entries that would override the section or entry type template.
This could also be done by using dynamic routes to override the template for a particular URI. This would mean dynamic routes being allowed to override any section or entry type templates.
So the priority would be as follows: