fix issue in theme creator

This commit is contained in:
Shaun Walker
2021-06-01 15:49:06 -04:00
parent 3c48657e73
commit 8dfe8eba27
8 changed files with 22 additions and 11 deletions

View File

@ -6,10 +6,15 @@ namespace Oqtane.Models
public class Template
{
/// <summary>
/// name of template
/// name of template (folder name)
/// </summary>
public string Name { get; set; }
/// <summary>
/// title of template
/// </summary>
public string Title { get; set; }
/// <summary>
/// type of template - Internal / External
/// </summary>