How to enable and disable versioning of diferrent artifacts in WCM?

Here is a quick tip to enable / disable the versioning of different artifacts used in WCM. 

Search WCMConfigService.properties for "versioningStrategy". You can set the below properties to always (enable) or never (disable)

# enable version control for the following types.
# options are always | never
versioningStrategy.AuthoringTemplate = always
versioningStrategy.Component = always
versioningStrategy.Content = always
versioningStrategy.PresentationTemplate = always
versioningStrategy.Site = always
versioningStrategy.Taxonomy = always
versioningStrategy.Workflow = always

No comments:

Post a Comment