added ability to set default container at the page level, expanded size of role description in upgrade script for 0.9.2

This commit is contained in:
Shaun Walker
2020-05-15 09:50:48 -04:00
parent caabac3e74
commit ac03afb146
10 changed files with 104 additions and 20 deletions

View File

@ -15,6 +15,7 @@ namespace Oqtane.Models
public string Url { get; set; }
public string ThemeType { get; set; }
public string LayoutType { get; set; }
public string DefaultContainerType { get; set; }
public string Icon { get; set; }
public bool IsNavigation { get; set; }
public bool EditMode { get; set; }