---
title: "Adding a template selection field for editors"
date: "2017-11-12T15:38:28+00:00"
summary: "Empower editors with template selection fields for content types. Learn how to add and use this feature, enhancing flexibility and streamlining the content creation process in your Drupal site."
image:
type: "page"
url: "/drupal-starter-kits/add-ons/site-studio/adding-template-selection-field-editors"
id: "2e4be591-5b2f-4508-9c6b-1d4a128df222"
---

You can provide a template selection field for website editors to select the template they want to use. You can add the template selection field to different types of content. The steps below are for the most common application, adding a template selector to Content types but the process is the same for all.

To add the template selection field:

1.  Navigate to Structure > Content types > (Content type name) > **Manage fields**
2.  Click on **+ Add field**
3.  In the Add a new field drop-down select **Template selector**
4.  In the Label field enter the name **Template**
5.  Click **Save and continue**
6.  On the next screen, within Default value select **Default**
7.  Click **Save settings.**

![0e2d78aa-add-template-selector-field.png](https://acquia.widen.net/content/84710806-2f90-42a6-a451-c7be737216c7/web/0e2d78aa-add-template-selector-field.png)

Important

When the Template selection field is added to a Content type, Site Studio will automatically place it within the publishing settings area of the content editing screen (See below). On other content entity types, the Template selection field will be placed in the form with your other fields.

Selecting a template when creating content
------------------------------------------

To select a template when creating a node:

1.  Edit a node
2.  Click **Template** in the tabbed settings area
3.  Select the template to use.

![2f5af3b2-template-selector.png](https://acquia.widen.net/content/25e1bae0-1090-41b5-986f-20e7cf81fc58/web/2f5af3b2-template-selector.png)