abstract namespace specification to template.json so that module and theme templates can use their own naming conventions

This commit is contained in:
sbwalker
2023-08-28 09:03:05 -04:00
parent f22e0c4384
commit a857e3f31e
7 changed files with 56 additions and 17 deletions

View File

@ -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>