Edit mode improvements

This commit is contained in:
Shaun Walker
2019-09-05 13:44:27 -04:00
parent 65cb295e05
commit 22420f2b43
18 changed files with 179 additions and 82 deletions

View File

@ -0,0 +1,11 @@
namespace Oqtane.Modules
{
public enum SecurityAccessLevel
{
Anonymous,
View,
Edit,
Admin,
Host
}
}