merkle-open / NitroNetSitecore

NitroNet for Sitecore extends NitroNet with the support for the WCMS Sitecore. It handles all possible presentation scenarios to integrate a handlebars frontend into Sitecore without functional loss.
MIT License
24 stars 9 forks source link

Added setting to exclude renderings below path(s) #25

Closed m-wagn closed 5 years ago

m-wagn commented 5 years ago

Added new setting which holds a pipe separated list of paths. All renderings below the path(s) are ignored by the rendering repository. Can avoid the duplicate key exception caused by multiple renderings with the same name.

hombreDelPez commented 5 years ago

Hi @m-wagn

Thank you very much for contribution :) I think your suggested feature is a good improvement for NitroNet.Sitecore. I will review your changes and merge them in the next pre-release v2.1.0

Best regards, Manuel

hombreDelPez commented 5 years ago

PR has been merged with some adjustments/improvements.