All Projects → sjelfull → Craft-TemplateSelect

sjelfull / Craft-TemplateSelect

Licence: other
Allows you to select templates for an entry in Craft CMS

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to Craft-TemplateSelect

Craft-UserCreator
Allow you to generate users en masse, simply.
Stars: ✭ 16 (-46.67%)
Mutual labels:  craftcms, craftcms-plugin
craft-entry-instructions
A simple fieldtype to add instructions.
Stars: ✭ 16 (-46.67%)
Mutual labels:  craftcms, craftcms-plugin
overflow.craft-plugin
A plain text Craft field type, with a soft or hard character limit.
Stars: ✭ 13 (-56.67%)
Mutual labels:  craftcms, craftcms-plugin
tablemaker
A user-definable table field type for Craft CMS
Stars: ✭ 39 (+30%)
Mutual labels:  craftcms, craftcms-plugin
visor
🕶 A simple admin overlay to get to the relevant areas of the Craft CMS control panel.
Stars: ✭ 25 (-16.67%)
Mutual labels:  craftcms, craftcms-plugin
Craft-Twig-ImageBase64
A simple Twig extension for Craft CMS to create base64-encoded images from Assets in your Twig templates.
Stars: ✭ 14 (-53.33%)
Mutual labels:  craftcms, craftcms-plugin
craft-recaptcha
Integrate Google’s reCAPTCHA into your web forms.
Stars: ✭ 16 (-46.67%)
Mutual labels:  craftcms, craftcms-plugin
craft-plugin-doxter
Markdown Editor and Advanced Parser for Craft CMS
Stars: ✭ 23 (-23.33%)
Mutual labels:  craftcms, craftcms-plugin
SecureAssetDownload
Craft CMS plugin for secure asset download URLs
Stars: ✭ 22 (-26.67%)
Mutual labels:  craftcms, craftcms-plugin
Craft-Slack
Send messages to Slack from Craft CMS
Stars: ✭ 16 (-46.67%)
Mutual labels:  craftcms, craftcms-plugin
Craft-CacheWarmer
Warm up your cache with a single request.
Stars: ✭ 38 (+26.67%)
Mutual labels:  craftcms, craftcms-plugin
craft-entriessubset
Craft field type plugin that extends the core Entries field type to give extra settings
Stars: ✭ 27 (-10%)
Mutual labels:  craftcms, craftcms-plugin
Similar-Craft
Find similar elements
Stars: ✭ 32 (+6.67%)
Mutual labels:  craftcms, craftcms-plugin
Stamp-Craft
Plugin for adding timestamp to filenames.
Stars: ✭ 28 (-6.67%)
Mutual labels:  craftcms, craftcms-plugin
craft3-fallback-site
Failing requests in a multi-site install can fall back to other sites, to prevent 404 errors from missing or disabled entries.
Stars: ✭ 14 (-53.33%)
Mutual labels:  craftcms, craftcms-plugin
VzAddress-Craft
Address fieldtype for the Craft CMS
Stars: ✭ 30 (+0%)
Mutual labels:  craftcms, craftcms-plugin
craft-react
Client and Server-side React rendering for CraftCMS
Stars: ✭ 40 (+33.33%)
Mutual labels:  craftcms, craftcms-plugin
tags
A tag manager for Craft 3
Stars: ✭ 23 (-23.33%)
Mutual labels:  craftcms, craftcms-plugin
craft-json-snippets
Helps make CraftCMS models in .json
Stars: ✭ 17 (-43.33%)
Mutual labels:  craftcms, craftcms-plugin
molecule
⚛️ Grab Twig components, CSS and JS files outside the primary template folder
Stars: ✭ 20 (-33.33%)
Mutual labels:  craftcms, craftcms-plugin

Template Select for Craft

A fieldtype that allows you to select a template from a dropdown.

Install

  • Download the zip
  • Unzip in your craft/plugins folder
  • Make sure the plugin folder is called templateselect

Usage

If you want to include a template, you may do it like this in your template:

{% include entry.fieldHandle %}

Limit to subfolder

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"

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].