Interface: BaseEditorAppConfig
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 | |
callbacks? | - | ||
selectedCategory? | Category to show by default Default EditorPanelView.TEMPLATES | - | |
categorySearchText? | string | Search text to pass in the editor for selected panel. | - |
assetCollection? | string | Asset collection to filter templates | - |
templateType? | Canvas template type | - | |
multiPage? | boolean | Multi page export supported Default true | - |
allowedFileTypes? | Specify the list of file types that the user can publish. This can be used to limit the publish options as per mime types for end users. Only applicable for Editor workflows and Edit Image Module. Does not affect Quick Action export. Default Enable all formats (PNG, JPEG, MP4 and PDF) | - | |
allowedSubFileTypes? | Specify the list of sub-file types that the user can publish. This can be used to limit the publish options as per file types for end users. Currently, only PDF sub-file types are available, and hence used only if pdf mime type is specified in 'allowedFileTypes'. Default Enable all types (pdf and pdfPrint) | - | |
showPageMargin? | boolean | Show page margin Default false | - |
showBleedArea? | boolean | Show bleed area Default false | - |
canvasBackgroundColor? | string | Set the default background color of the canvas Default empty string | - |
