Added support for friendly names and thumbnails in theme, layout, and container components. Added fallback support during loading for themes, layout, and containers.
This commit is contained in:
10
Oqtane.Shared/Models/ThemeControl.cs
Normal file
10
Oqtane.Shared/Models/ThemeControl.cs
Normal file
@ -0,0 +1,10 @@
|
||||
namespace Oqtane.Models
|
||||
{
|
||||
public class ThemeControl
|
||||
{
|
||||
public string TypeName { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string Thumbnail { get; set; }
|
||||
public string Panes { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user