Support for user personalizable pages
This commit is contained in:
		| @ -16,6 +16,8 @@ namespace Oqtane.Models | ||||
|         public string Icon { get; set; } | ||||
|         public bool IsNavigation { get; set; } | ||||
|         public bool EditMode { get; set; } | ||||
|         public int? UserId { get; set; } | ||||
|         public bool IsPersonalizable { get; set; } | ||||
|  | ||||
|         public string CreatedBy { get; set; } | ||||
|         public DateTime CreatedOn { get; set; } | ||||
|  | ||||
| @ -9,6 +9,7 @@ namespace Oqtane.Models | ||||
|         public string Path { get; set; } | ||||
|         public string Icon { get; set; } | ||||
|         public bool IsNavigation { get; set; } | ||||
|         public bool IsPersonalizable { get; set; } | ||||
|         public bool EditMode { get; set; } | ||||
|         public string PagePermissions { get; set; } | ||||
|         public List<PageTemplateModule> PageTemplateModules { get; set; } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Shaun Walker
					Shaun Walker