refactoring of site groups
This commit is contained in:
@@ -17,7 +17,7 @@ namespace Oqtane.Shared
|
||||
public const string Setting = "Setting";
|
||||
public const string Site = "Site";
|
||||
public const string SiteGroup = "SiteGroup";
|
||||
public const string SiteGroupDefinition = "SiteGroupDefinition";
|
||||
public const string SiteGroupMember = "SiteGroupMember";
|
||||
public const string Tenant = "Tenant";
|
||||
public const string Theme = "Theme";
|
||||
public const string UrlMapping = "UrlMapping";
|
||||
|
||||
8
Oqtane.Shared/Shared/SiteGroupTypes.cs
Normal file
8
Oqtane.Shared/Shared/SiteGroupTypes.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Oqtane.Shared
|
||||
{
|
||||
public class SiteGroupTypes
|
||||
{
|
||||
public const string Synchronization = "Synchronization";
|
||||
public const string Localization = "Localization";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user