Skip to content

Instantly share code, notes, and snippets.

@5up3rman
Last active July 13, 2017 18:31
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 5up3rman/2ceefa44f5c53abdc07e9444b851be21 to your computer and use it in GitHub Desktop.
Save 5up3rman/2ceefa44f5c53abdc07e9444b851be21 to your computer and use it in GitHub Desktop.
Render Assets Configuration
<?xml version="1.0"?>
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
<sitecore>
<pageextenders>
<pageextender type="EditorEnhancementToolkit.Foundation.ContentEditor.PageExtenders.InjectAssetsPageExtender, EditorEnhancementToolkit.Foundation.ContentEditor" />
</pageextenders>
<pipelines>
<renderPageAssets>
<processor type="EditorEnhancementToolkit.Foundation.ContentEditor.Pipelines.RenderPageAssets.GetStylesheets,EditorEnhancementToolkit.Foundation.ContentEditor">
<sources hint="raw:AddSource">
<source folder="/sitecore modules/Shell/Editor Enhancement Toolkit/Assets/Stylesheets/" deep="false" pattern="*.css" />
</sources>
</processor>
<processor type="EditorEnhancementToolkit.Foundation.ContentEditor.Pipelines.RenderPageAssets.AssignPageAssetsToControl,EditorEnhancementToolkit.Foundation.ContentEditor"/>
</renderPageAssets>
</pipelines>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment