Skip to content

Instantly share code, notes, and snippets.

@NaibafCH
Created March 22, 2018 18:16
Show Gist options
  • Save NaibafCH/4021f59515e1a49b42897a70d737e0f2 to your computer and use it in GitHub Desktop.
Save NaibafCH/4021f59515e1a49b42897a70d737e0f2 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
<sitecore>
<pipelines>
<mvc.getDynamicPlaceholderKeys>
<processor patch:after="*[@type='Sitecore.Mvc.Pipelines.Response.GetDynamicPlaceholderKeys.GetUniqueKeysWithinRendering, Sitecore.Mvc']" type="Foundation.DynamicPlaceholder.Pipelines.GetDynamicPlaceholderKeys.GetUniqueIdKeyWithinRendering, Foundation.DynamicPlaceholder" />
</mvc.getDynamicPlaceholderKeys>
<mvc.getDynamicPlaceholderInitialKey>
<processor patch:instead="*[@type='Sitecore.Mvc.Pipelines.Response.GetDynamicPlaceholderInitialKey.RemovePlaceholderUniqueKeySuffix, Sitecore.Mvc']" type="Foundation.DynamicPlaceholder.Pipelines.GetDynamicPlaceholderInitialKey.RemovePlaceholderUniqueKeySuffixWithCountOrId, Foundation.DynamicPlaceholder" />
</mvc.getDynamicPlaceholderInitialKey>
</pipelines>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment