Publish content version setting
Describes how to generate published versions automatically for catalog content in Optimizely Commerce Connect 14.
Optimizely Commerce Connect 14.16.0 contains a new setting EnsurePublishedVersionInAllLanguages to automatically generate published version content if enabled.
Follow these steps to use this setting:
- Open
appsetting.json
. - Add a new bellow setting inside the Commerce option:
"CatalogOptions": { "EnsurePublishedVersionInAllLanguages": false }
When EnsurePublishedVersionInAllLanguages
is false, users must publish content by clicking the Publish button. When this setting is true, if the content has one published version, then other language versions automatically generate a published version during editing.
Note
The default value is True if you do not manage this setting.
Updated 5 months ago