Publish content version setting
Describes how to generate published versions automatically for catalog content in Optimizely Commerce Connect 14.
EnsurePublishedVersionInAllLanguages is available in Optimizely Commerce Connect 14.16.0 and higher to automatically generate published version content if enabled.
Follow these steps to use this setting:
- Open
appsettings.json. - Add a new key/value setting inside the Commerce catalog options:
"CatalogOptions": { "EnsurePublishedVersionInAllLanguages": false }
When EnsurePublishedVersionInAllLanguages is false, you must click Publish to publish content. When this setting is true, if the content has one published version, then other language versions automatically generate a published version during editing.
NoteThe default value is
Trueif you do not manage this setting.
Updated 27 days ago
