Merge pull request #486 from sbwalker/master

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:49:45 -04:00
committed by GitHub
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; }