Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.75 KB

README.md

File metadata and controls

39 lines (22 loc) · 1.75 KB

Pull Up Fields for SPE

Getting Started

  • Ensure that Sitecore PowerShell Extensions 4.7 or later is installed.
  • Install the Pull Up Fields package found in the repo.

Using the Module

The module provides a context menu for manipulating the template fields.

Context Menu

image

Pull Up Dialog

image

Use Cases

Move fields to a new template

Let's say you have a template called Landing Page and would like to move a field to a new template called Corporate Landing Page. The new template will inherit from Landing Page. Following the wizard you would make these selections:

  • Select the fields that no longer belong to the Landing Page template. For example, you could have a Corporate Tag Line that should move up to a new template.
  • Enter a new template name called Corporate Landing Page.
  • Specify the parent location for the new template such as Templates/User Defined.

Move fields into a base template

Let's say you have a template called Corporate Landing Page and would like to move a field to another template called Landing Page. The template losing the field will inherit from Landing Page. Following the wizard you would make these selections:

  • Select the fields that no longer belond to the Corporate Landing Page template.
  • Specify the existing base template such as Templates/User Defined/Landing Page.

Credit

I found inspiration for this from Mike Reynolds. Check out his post here.