Change the taxonomy provider for CMP
When you set up the retrieval of taxonomy fields from any content in Sitecore Content Hub, and synchronize the field values to the tag repositories in Sitecore, by default, Sitecore stores the taxonomy in /sitecore/System/Settings/Buckets/CachedItemTaxonomyProvider:
If you have created a custom taxonomy provider, you can store the taxonomy there instead of in the default provider.
To use a custom taxonomy provider:
-
On your Sitecore instance, open the
[your Sitecore Instance]\App_Config\Modules\Sitecore.Connector.CMP\ Sitecore.Connector.CMP.configfile. -
Change the
Sitecore.DefaultTaxonomyProvidersetting to the name of your custom taxonomy provider. For example:RequestResponse<setting name="Sitecore.DefaultTaxonomyProvider" value="MyCustomTaxonomyProvider" />NoteDo not leave the
Sitecore.DefaultTaxonomyProvidersetting empty. -
Save the config file.
