Refactored IModule and ITheme interfaces for future compatibility scenarios. Added Permissions property to IModule interface to allow for explicit ordering and custom module permissions.
This commit is contained in:
@ -11,6 +11,7 @@
|
||||
public string Contact { get; set; }
|
||||
public string License { get; set; }
|
||||
public string Dependencies { get; set; }
|
||||
public string Permissions { get; set; }
|
||||
public string ControlTypeTemplate { get; set; }
|
||||
public string ControlTypeRoutes { get; set; }
|
||||
public string AssemblyName { get; set; }
|
||||
|
Reference in New Issue
Block a user