Skip to content

Commit

Permalink
Server: Files: Configuration: Added ImageDark property for editors co…
Browse files Browse the repository at this point in the history
…nfig, if we open filling form in dark mode
  • Loading branch information
ilyaoleshko committed Dec 9, 2021
1 parent 41681d0 commit 86cd5e2
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -909,6 +909,15 @@ public string Image
}
}

public string ImageDark
{
set { }
get
{
return CommonLinkUtility.GetFullAbsolutePath(TenantLogoHelper.GetLogo(WhiteLabelLogoTypeEnum.DocsEditor, !_configuration.EditorConfig.Customization.IsRetina));
}
}

public string ImageEmbedded
{
set { }
Expand Down

0 comments on commit 86cd5e2

Please sign in to comment.