Skip to content

Instantly share code, notes, and snippets.

@hishaamn
Created August 2, 2025 18:38
Show Gist options
  • Select an option

  • Save hishaamn/46fc3952ca2f81a703b550a1ff4fe8c0 to your computer and use it in GitHub Desktop.

Select an option

Save hishaamn/46fc3952ca2f81a703b550a1ff4fe8c0 to your computer and use it in GitHub Desktop.
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
<sitecore>
<services>
<configurator patch:instead="*[@type='Sitecore.Services.Infrastructure.DependencyInjection.ComponentServicesConfigurator, Sitecore.Services.Infrastructure']" type="MyServiceConfiguratorNamespace, MyAssemblyName"/>
</services>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment