User experience improvements
This commit is contained in:
@ -25,17 +25,22 @@ namespace Oqtane.Models
|
||||
public string Contact { get; set; }
|
||||
public string License { get; set; }
|
||||
public string Dependencies { get; set; }
|
||||
public string ThemeSettingsType { get; set; }
|
||||
public string ContainerSettingsType { get; set; }
|
||||
|
||||
// internal properties
|
||||
public string AssemblyName { get; set; }
|
||||
public List<ThemeControl> Themes { get; set; }
|
||||
public List<ThemeControl> Layouts { get; set; }
|
||||
public List<ThemeControl> Containers { get; set; }
|
||||
public string Template { get; set; }
|
||||
|
||||
//[Obsolete("This property is obsolete. Use Themes instead.", false)]
|
||||
[Obsolete("This property is obsolete. Use Themes instead.", false)]
|
||||
public string ThemeControls { get; set; }
|
||||
//[Obsolete("This property is obsolete. Use Layouts instead.", false)]
|
||||
[Obsolete("This property is obsolete. Use Layouts instead.", false)]
|
||||
public string PaneLayouts { get; set; }
|
||||
//[Obsolete("This property is obsolete. Use Containers instead.", false)]
|
||||
[Obsolete("This property is obsolete. Use Containers instead.", false)]
|
||||
public string ContainerControls { get; set; }
|
||||
[Obsolete("This property is obsolete.", false)]
|
||||
public List<ThemeControl> Layouts { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user