Interface: PreviewModeConfig
Configuration for preview mode - directly launches into template preview. This workflow bypasses the template gallery and goes straight to the preview section for a specific template. Only works with TEMPLATES category. Extends base config with preview-specific properties (templateId).
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"preview"Launch mode for Start From Content. Must be set to 'preview' to enable direct preview mode.
-
assetIdstringThe ID of the asset to preview directly. Currently supports templates only (category automatically set to TEMPLATES). Required
-