4 Digizuite™ Media Manager Versioning - MM v4.10.0
- Emilis Bliudzius (Unlicensed)
The DAM Center enables the opportunity of creating multiple Media Manager versions through the Config Manager.
Navigate to System tools → ConfigManager → Digizuite™ Media Manager and select the correct version.
In the upper right corner, give a name to the new version you want to create and press on the Create new version button. It can be noticed that under System tools -> ConfigManager -> Digizuite™ Media Manager a new folder has been created that contains the current version and the newly created one.
4.1 Mark version as the current one
Press on the Menu button and select Version information.
Copy the Version id and paste it inside the web.config, under:
<appSettings> … <add key="ConfigVersionId" value="[VERSION_ID]" /> <add key="VersionId" value="[VERSION_ID]" /> … </appSettings>
Note: Use "!" in front of the VersionId to set that specific version as the current one, and not any version available beneath.
Example: <add key="ConfigVersionId" value="!/1/" />
Table of Contents