Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Setting content version limits in CMS 12

Vote:
 

Hi All,

How can we set the content verion limit in cms 12. We have a need to set unlimited versions for a client, at least for now. With the changes to the admin console, and the manage websites section I do not see that property any more, and was not able to find anything in the documentation.

Any help is appreciated,

Thanks,

Joe Mayberry

#281905
Jun 15, 2022 14:53
Vote:
 

You can configure maximum versions via the JSON config under the ContentOptions class (MaximumVersions) as shown here https://docs.developers.optimizely.com/content-cloud/v12.0.0-content-cloud/docs/configuring-cms 

#281906
Jun 15, 2022 15:51
Scott Reed - Jun 15, 2022 15:55
Something like this I think
{
"EPiServer": {
"Cms": {
"MaximumVersions": 20
}
}
}
Scott Reed - Jun 16, 2022 12:22
Any luck Joe?
Sondre Oldervoll - Feb 20, 2023 20:48
Shouldn't this be:
{
"EPiServer": {
"Cms": {
"Content: {
"MaximumVersions": 20
}
}
}
}
Vote:
 

Hi Scott, 

Thank you for the answer and the link to the documentation. It was exactly waht I needed. 

Sincerly,

Joe

#281961
Jun 16, 2022 12:32
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.