Skip to content

Instantly share code, notes, and snippets.

@kevinobee
Created July 17, 2013 09:42
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 kevinobee/6019195 to your computer and use it in GitHub Desktop.
Save kevinobee/6019195 to your computer and use it in GitHub Desktop.
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
<sitecore>
<encodeNameReplacements>
<replace patch:before="*[1]" mode="on" find=" " replaceWith="-" />
</encodeNameReplacements>
</sitecore>
</configuration>
@kevinobee
Copy link
Author

Sitecore configuration patch file to replace space characters in item names with hyphens.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment