A fieldtype that allows you to select a template from a dropdown.
- Download the zip
- Unzip in your craft/plugins folder
- Make sure the plugin folder is called templateselect
If you want to include a template, you may do it like this in your template:
{% include entry.fieldHandle %}
By using the config setting templateselectSubfolder, you can limit the list to a subfolder of your templates folder.
In general.php, add this line:
̀"templateselectSubfolder" => "subfolder"