Change Skin -> Theme
To better align with commonly used terminology in industry renamed all references from Skin -> Theme.
This commit is contained in:
13
Oqtane.Client/Themes/Theme1/Theme.cs
Normal file
13
Oqtane.Client/Themes/Theme1/Theme.cs
Normal file
@ -0,0 +1,13 @@
|
||||
namespace Oqtane.Themes.Theme1
|
||||
{
|
||||
public class Theme : ITheme
|
||||
{
|
||||
public string Name { get { return "Theme1"; } }
|
||||
public string Version { get { return "1.0.0"; } }
|
||||
public string Owner { get { return ""; } }
|
||||
public string Url { get { return ""; } }
|
||||
public string Contact { get { return ""; } }
|
||||
public string License { get { return ""; } }
|
||||
public string Dependencies { get { return ""; } }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user