cc-everywhere

Interface: BrowseModeConfig

Configuration for browse mode - the default workflow where users see template gallery first. This is the standard flow where users browse templates and then select one to preview. Extends base config with browse-specific properties like search and filters.

Extends

Properties

Property
Type
Description
Inherited from
headerText?
string
The text to be displayed in the header of the Start From Content module. Default empty string
ContentBrowseBaseConfig.headerText
showAXBrandingLogo?
boolean
Specifies whether to show the Adobe Express(AX) branding logo in Start From Content. Default false
ContentBrowseBaseConfig.showAXBrandingLogo
hideAllBadgesUntilHover?
boolean
This property is used to hide all badges(like premium crown icon, animated badge etc) until hover. If true, the badges will be hidden until the user hovers over the item. If false, the badges will always be shown. Default false
ContentBrowseBaseConfig.hideAllBadgesUntilHover
hidePremiumBadge?
boolean
Controls the display of the premium badge exclusively. This takes precedence over the hideAllBadgesUntilHover property. Default false
ContentBrowseBaseConfig.hidePremiumBadge
toastMessage?
string
This toast will be displayed on the first screen when the user enters the workflow. The toast is shown if non empty string is provided. Default Empty string
ContentBrowseBaseConfig.toastMessage
disablePremiumContent?
boolean
This property is used to disable the premium content in the Start From Content. Currently this is only supported and tested for templates category. Default false
ContentBrowseBaseConfig.disablePremiumContent
launchMode?
"browse"
Launch mode for Start From Content. Default 'browse'
-
categoriesConfig?
BrowseSearchConfigUnion[]
Configuration for browse search functionality. Can be configured for templates or photos based on the category. Optional — Horizon provides a default gallery when omitted.
-
searchQuery?
string
Search Query to be used to search across all browse search categories Default empty string
-
hideSearchBar?
boolean
Property to hide the search bar in the Browse Search Default false
-
hideFilters?
boolean
Property to hide the filters in the Browse Search Default false
-
shortcutPillTerms?
string[]
Property to set the shortcut search terms. These terms will be displayed as a list of suggestions below the search bar. Default empty array
-
templateFilters?
TemplateFilters
Optional. Restricts the template gallery to the host product context.
-
showCreateNew?
boolean
When true, keep the template gallery and add a create-from-scratch control that opens the editor with a blank canvas using the same context as templateFilters.
-
hideMoreLikeThis?
boolean
Property to hide the "More like this" section in the template preview. When true, the "More like this" row will not be displayed. Default false
-