User experience improvements
This commit is contained in:
@ -11,7 +11,6 @@ namespace Oqtane.Models
|
||||
public int? LogoFileId { get; set; }
|
||||
public int? FaviconFileId { get; set; }
|
||||
public string DefaultThemeType { get; set; }
|
||||
public string DefaultLayoutType { get; set; }
|
||||
public string DefaultContainerType { get; set; }
|
||||
public string AdminContainerType { get; set; }
|
||||
public bool PwaIsEnabled { get; set; }
|
||||
@ -30,5 +29,9 @@ namespace Oqtane.Models
|
||||
|
||||
[NotMapped]
|
||||
public string SiteTemplateType { get; set; }
|
||||
|
||||
[NotMapped]
|
||||
[Obsolete("This property is deprecated.", false)]
|
||||
public string DefaultLayoutType { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user