allow themes to define usage permissions similar to modules
This commit is contained in:
@ -94,6 +94,9 @@ namespace Oqtane.Models
|
||||
[NotMapped]
|
||||
public List<ThemeControl> Containers { get; set; }
|
||||
|
||||
[NotMapped]
|
||||
public List<Permission> PermissionList { get; set; }
|
||||
|
||||
[NotMapped]
|
||||
public string Template { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user