performance optimizations in site router and remove dependency between page and module in route specification
This commit is contained in:
@ -7,7 +7,6 @@ namespace Oqtane.Models
|
||||
public string Name { get; set; }
|
||||
public string Parent { get; set; }
|
||||
public string Path { get; set; }
|
||||
public int Order { get; set; }
|
||||
public string Icon { get; set; }
|
||||
public bool IsNavigation { get; set; }
|
||||
public bool EditMode { get; set; }
|
||||
|
Reference in New Issue
Block a user