Enable CMP or DAM
Version:
Installing Sitecore Connect for Content Hub (SCCH) disables both Sitecore Digital Asset Management (DAM) and Sitecore Content Management Platform (CMP). You must re-enable CMP or DAM if you require the functionality they provide.
To enable CMP or DAM:
- On your Content Management server, open the
web.configfile. The default location iswwwroot/web.config - Enable DAM or CMP functionality:
- To enable DAM, change the configuration as follows:
<add key="damEnabled:define" value="yes"/> - To enable CMP, change the configuration as follows:
<add key="cmpEnabled:define" value="yes"/>
- To enable DAM, change the configuration as follows:
- Save the file, and refresh your browser window.
If you have suggestions for improving this article, let us know!