Skip to content

Instantly share code, notes, and snippets.

@trnktms
Created February 15, 2018 10:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trnktms/be8a17b1da6213118fd6530332c0fc5a to your computer and use it in GitHub Desktop.
Save trnktms/be8a17b1da6213118fd6530332c0fc5a to your computer and use it in GitHub Desktop.
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/" xmlns:x="http://www.sitecore.net/xmlconfig/">
<sitecore>
<commands>
<command name="skeleton:copypage" type="Helix.Skeleton.Foundation.EditorExtensions.Commands.CopyPage,Helix.Skeleton.Foundation.EditorExtensions"/>
</commands>
<processors>
<skeletonUiCopyPage>
<processor mode="on" type="Helix.Skeleton.Foundation.EditorExtensions.Pipelines.CopyPage.CopyPage,Helix.Skeleton.Foundation.EditorExtensions" method="GetDestination"/>
<processor mode="on" type="Helix.Skeleton.Foundation.EditorExtensions.Pipelines.CopyPage.CopyPage,Helix.Skeleton.Foundation.EditorExtensions" method="CheckDestination"/>
<processor mode="on" type="Helix.Skeleton.Foundation.EditorExtensions.Pipelines.CopyPage.CopyPage,Helix.Skeleton.Foundation.EditorExtensions" method="CheckLanguage"/>
<processor mode="on" type="Helix.Skeleton.Foundation.EditorExtensions.Pipelines.CopyPage.CopyPage,Helix.Skeleton.Foundation.EditorExtensions" method="Execute"/>
</skeletonUiCopyPage>
</processors>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment