superbig / craft3-templateselect
A fieldtype that allows you to select a template from a dropdown.
Installs: 37 870
Dependents: 0
Suggesters: 0
Security: 0
Stars: 19
Watchers: 3
Forks: 11
Open Issues: 7
Type:craft-plugin
Requires
- craftcms/cms: ^4.0.0
README
A fieldtype that allows you to select a template from the site templates folder.
Requirements
This plugin requires Craft CMS 3.0.0-beta.23 or later.
Installation
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project
-
Then tell Composer to load the plugin:
composer require superbig/craft3-templateselect
-
In the Control Panel, go to Settings → Plugins and click the “Install” button for Template Select.
Configuring Template Select
You may limit the template list to a subfolder of the site template folder.
The path is relative, i.e. subfolder/subfolder2/.
Using Template Select
If you want to include a template, you may do it like this in your entry template:
{% include entry.fieldHandle %}
Brought to you by Superbig