Skip to content

Instantly share code, notes, and snippets.

@Wesley-Lomax
Last active August 26, 2015 08:42
Show Gist options
  • Save Wesley-Lomax/4aaaed651dbd8491273c to your computer and use it in GitHub Desktop.
Save Wesley-Lomax/4aaaed651dbd8491273c to your computer and use it in GitHub Desktop.
Add custom JS for Sitecore CMS Rich Text Editor
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
<sitecore>
<clientscripts>
<htmleditor>
<script src="/assets/scripts/sitecore/rte.custom.js" language="JavaScript" key="rte.custom" />
</htmleditor>
</clientscripts>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment