added support for url mapping and viitors
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
namespace Oqtane.Shared
|
||||
namespace Oqtane.Shared
|
||||
{
|
||||
public class EntityNames
|
||||
{
|
||||
@ -10,5 +10,6 @@
|
||||
public const string Page = "Page";
|
||||
public const string Folder = "Folder";
|
||||
public const string User = "User";
|
||||
public const string Visitor = "Visitor";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user