User experience improvements
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
using Oqtane.Models;
|
||||
using Oqtane.Models;
|
||||
|
||||
namespace Oqtane.Themes.OqtaneTheme
|
||||
{
|
||||
@ -7,7 +7,9 @@ namespace Oqtane.Themes.OqtaneTheme
|
||||
public Theme Theme => new Theme
|
||||
{
|
||||
Name = "Oqtane Theme",
|
||||
Version = "1.0.0"
|
||||
Version = "1.0.0",
|
||||
ThemeSettingsType = "Oqtane.Themes.OqtaneTheme.ThemeSettings, Oqtane.Client",
|
||||
ContainerSettingsType = "Oqtane.Themes.OqtaneTheme.ContainerSettings, Oqtane.Client"
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user