add RenderMode to IModuleControl

This commit is contained in:
sbwalker
2024-02-01 09:59:28 -05:00
parent 156d39490e
commit abd235f332
6 changed files with 12 additions and 2 deletions

View File

@ -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