Support contact settings
Table of Contents
Overview
In this article we explain how to change the support contact settings via the Workspace config.
Configuration
Custom info can be changed via the config settings, found in:
\inetpub\wwwroot\{tenant name}\{workspace folder}\Configs\NDAW.Html.Front.config
NDAWSupportPageHtml
When this setting is empty, the default support page will be used. Else entered value will be used in Workspace.
<setting name="NDAWSupportPageHtml" serializeAs="String">
<value />
PublicPagesCompanyLogoPath
This setting will set the login page
<setting name="PublicPagesCompanyLogoPath" serializeAs="String">
<value>/Content/Images/login_logo.png</value>
</setting>
WorkspaceCompanyLogoPath
This setting will set the default company logo on the Workspace dashboard.
<setting name="WorkspaceCompanyLogoPath" serializeAs="String">
<value>/Content/Images/workspace_logo.png</value>
</setting>