DocSpace-buildtools/common/ASC.Core.Common/WhiteLabel/BaseWhiteLabelSettings.cs

8 lines
170 B
C#
Raw Normal View History

2019-08-19 13:51:36 +00:00
namespace ASC.Core.Common.WhiteLabel
{
2022-01-21 10:47:56 +00:00
public static class BaseWhiteLabelSettings
2019-08-19 13:51:36 +00:00
{
public const string DefaultLogoText = "ONLYOFFICE";
}
}