moduledefinition settings and host settings

This commit is contained in:
Shaun Walker
2021-12-09 15:50:00 -05:00
parent d1ade8789b
commit 2f34bf69e3
8 changed files with 132 additions and 38 deletions

View File

@ -11,5 +11,6 @@ namespace Oqtane.Shared
public const string Folder = "Folder";
public const string User = "User";
public const string Visitor = "Visitor";
public const string Host = "Host";
}
}