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?stringThe text to be displayed in the header of the Start From Content module. Default
empty stringshowAXBrandingLogo?booleanSpecifies whether to show the Adobe Express(AX) branding logo in Start From Content. Default
falsehideAllBadgesUntilHover?booleanThis 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
falsehidePremiumBadge?booleanControls the display of the premium badge exclusively. This takes precedence over the
hideAllBadgesUntilHover property. Default falsetoastMessage?stringThis 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 stringdisablePremiumContent?booleanThis property is used to disable the premium content in the Start From Content. Currently this is only supported and tested for templates category. Default
falselaunchMode?"browse"Launch mode for Start From Content. Default
'browse'-
categoriesConfig?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?stringSearch Query to be used to search across all browse search categories Default
empty string-
hideSearchBar?booleanProperty to hide the search bar in the Browse Search Default
false-
hideFilters?booleanProperty 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?Optional. Restricts the template gallery to the host product context.
-
showCreateNew?booleanWhen
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?booleanProperty to hide the "More like this" section in the template preview. When
true, the "More like this" row will not be displayed. Default false-