Skip to content

Instantly share code, notes, and snippets.

@keyan1603
Created September 20, 2023 18:34
Show Gist options
  • Save keyan1603/1c853cd3b8495b37f577b94146d7905d to your computer and use it in GitHub Desktop.
Save keyan1603/1c853cd3b8495b37f577b94146d7905d to your computer and use it in GitHub Desktop.
Allow duplicate Item Names in Sitecore content tree at the same folder level
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/" xmlns:role="http://www.sitecore.net/xmlconfig/role/">
<sitecore>
<settings>
<setting name="AllowDuplicateItemNamesOnSameLevel" value="true" />
</settings>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment