Disable CMP or DAM functionality
Version: 5.2
By default, installing the Sitecore Connect for Content Hub (SCCH) enables both the Sitecore CMP and DAM functionality. If you do not require either of them you can disable them.
To disable CMP or DAM:
-
Navigate to your content management folder. By default this is located at
wwwroot. Open theweb.configfile for editing. -
To disable the CMP functionality, change the following value from
yestono:RequestResponse<add key="cmpEnabled:define" value="yes"/> -
To disable the DAM functionality, change the following value from
yestono:RequestResponse<add key="damEnabled:define" value="yes"/> -
Save the file. Refresh your browser.