cc-everywhere

Interface: StartFromContentAppConfig

StartFromContentAppConfig is the app config for the Start From Content module.

Extends

Properties

Property
Type
Description
Inherited from
useClientAuth?
boolean
Flag to explicitly opt-in to use client authentication. When true, client access token will be fetched from the partner and used in the module. This is only relevant for Edit Image and Text to Image modules. Should not be passed for other workflows. Default false
BaseAppConfig.useClientAuth
callbacks?
Callbacks
-
BaseAppConfig.callbacks
metaData?
Record<string, string>
Property to pass metadata to target application
BaseAppConfig.metaData
colorTheme?
ColorTheme
The color theme of the Start From Content module. SFC supports light and dark themes. Default ColorTheme.LIGHT
-
appVersion?
StartFromContentAppVersion
Experience version. - 1 (default): Single browse/preview surface via contentBrowseConfig. - 2: Tabbed Template Browser with Custom Templates, Your Stuff, and (future) Express Templates. Default V1
-
contentBrowseConfig?
ContentBrowseConfig
V1: full browse/preview config. Ignored when appVersion is 2.
-
templatesHomeConfig?
TemplatesHomeConfig
V2 only. Tabbed browser configuration. Ignored when appVersion is 1 or absent.
-