Skip to content

Instantly share code, notes, and snippets.

@5up3rman
Last active June 29, 2017 19:01
Show Gist options
  • Save 5up3rman/c7153c1993c3fc8392126a5a8dd1cc51 to your computer and use it in GitHub Desktop.
Save 5up3rman/c7153c1993c3fc8392126a5a8dd1cc51 to your computer and use it in GitHub Desktop.
Inject Experience Editor Assets Configuration
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
<sitecore>
<pipelines>
<processor type="EditorEnhancementToolkit.Foundation.ContentEditor.Pipelines.RenderRenderer.InjectExperiencEditorAssets,EditorEnhancementToolkit.Foundation.ContentEditor">
<styles hint="list:addStyleResource">
<resource>/sitecore modules/Shell/Editor Enhancement Toolkit/Resources/EditorEnhancementToolkit.css</resource>
</styles>
</processor>
</pipelines>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment