cc-everywhere

Interface: FDECreateDesignAppConfig

App config for createDesign (FDE MXP — template browser entry). contentBrowseConfig is browse-only (no preview mode on the FDE template browser).

Extends

Extended by

Properties

Property
Type
Description
Inherited from
colorTheme?
ColorTheme
The color theme of the template browser module. Default ColorTheme.LIGHT
TemplateBrowserConfig.colorTheme
spectrumTheme?
SpectrumTheme
Specifies whether the module runs in current express theme or legacy spectrum theme. Default SpectrumTheme.EXPRESS
TemplateBrowserConfig.spectrumTheme
hideHeaderBar?
boolean
When true, hides the embedded module header bar so the host can provide its own chrome. Default false
TemplateBrowserConfig.hideHeaderBar
appVersion?
V1
FDE experience version for template browser and editor surfaces. Default FDEAppVersion.V1
FDEBaseAppConfig.appVersion
allowedFileTypes?
( | JPEG | PNG | PDF)[]
Specify the list of file types that the user can publish. Default Enable all formats (PNG, JPEG and PDF)
FDEBaseAppConfig.allowedFileTypes
variant?
ExperienceVariant
Specifies the experience variant to use when launching the module. Default ExperienceVariant.DEFAULT
FDEBaseAppConfig.variant
contentBrowseConfig?
BrowseModeConfig
-
-