add RenderMode to IModuleControl
This commit is contained in:
@ -115,6 +115,8 @@ namespace Oqtane.Models
|
||||
public string Actions { get; set; }
|
||||
[NotMapped]
|
||||
public bool UseAdminContainer { get; set; }
|
||||
[NotMapped]
|
||||
public string RenderMode{ get; set; }
|
||||
|
||||
#endregion
|
||||
|
||||
|
Reference in New Issue
Block a user