abstract namespace specification to template.json so that module and theme templates can use their own naming conventions
This commit is contained in:
@ -25,6 +25,11 @@ namespace Oqtane.Models
|
||||
/// </summary>
|
||||
public string Version { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// namespace (uses tokens)
|
||||
/// </summary>
|
||||
public string Namespace { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// location where template will be created (dynamically set)
|
||||
/// </summary>
|
||||
|
Reference in New Issue
Block a user