Refactor host user security model, support static assets in modules and themes, module definition permissions and categories, paging control, remove SiteUsers, move seed data from script to site template for installation
This commit is contained in:
@ -8,6 +8,7 @@ namespace Oqtane.Models
|
||||
public string Name { get; set; }
|
||||
public string Logo { get; set; }
|
||||
public string DefaultThemeType { get; set; }
|
||||
public string DefaultLayoutType { get; set; }
|
||||
|
||||
|
||||
public string CreatedBy { get; set; }
|
||||
|
Reference in New Issue
Block a user