add ability to modify Theme Name
This commit is contained in:
@ -48,7 +48,7 @@ namespace Oqtane.Models
|
||||
public string ModuleDefinitionName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Nice name to show in admin / edit dialogs.
|
||||
/// Friendly name to show in UI
|
||||
/// </summary>
|
||||
public string Name { get; set; }
|
||||
|
||||
|
@ -35,10 +35,12 @@ namespace Oqtane.Models
|
||||
/// </summary>
|
||||
public string ThemeName { get; set; }
|
||||
|
||||
// additional ITheme properties
|
||||
[NotMapped]
|
||||
/// <summary>
|
||||
/// Friendly name to show in UI
|
||||
/// </summary>
|
||||
public string Name { get; set; }
|
||||
|
||||
// additional ITheme properties
|
||||
[NotMapped]
|
||||
public string Version { get; set; }
|
||||
|
||||
|
Reference in New Issue
Block a user