diff --git a/nuspec/Piranha.Templates.nuspec b/nuspec/Piranha.Templates.nuspec index 36f8d4b..79eaae6 100644 --- a/nuspec/Piranha.Templates.nuspec +++ b/nuspec/Piranha.Templates.nuspec @@ -2,7 +2,7 @@ Piranha.Templates - 10.0.1 + 10.0.2 Piranha CMS Templates Piranha CMS Piranha CMS diff --git a/src/empty/.template.config/icon.png b/src/empty/.template.config/icon.png new file mode 100644 index 0000000..a0d01e1 Binary files /dev/null and b/src/empty/.template.config/icon.png differ diff --git a/src/empty/.template.config/template.json b/src/empty/.template.config/template.json index 0cb77e6..59f726a 100644 --- a/src/empty/.template.config/template.json +++ b/src/empty/.template.config/template.json @@ -5,10 +5,13 @@ "identity": "Piranha.Empty.CSharp", "name": "ASP.NET Core Empty with Piranha CMS", "tags": { - "language": "C#" + "language": "C#", + "type": "project" }, "shortName": "piranha.empty", "sourceName": "Empty", + "defaultName": "PiranhaEmpty1", + "icon": "icon.png", "symbols": { "Database": { "type": "parameter", diff --git a/src/module/.template.config/icon.png b/src/module/.template.config/icon.png new file mode 100644 index 0000000..a0d01e1 Binary files /dev/null and b/src/module/.template.config/icon.png differ diff --git a/src/module/.template.config/template.json b/src/module/.template.config/template.json index cb77cea..b3f9b50 100644 --- a/src/module/.template.config/template.json +++ b/src/module/.template.config/template.json @@ -5,8 +5,11 @@ "identity": "Piranha.Module.CSharp", "name": "ASP.NET Core Razor pages Piranha CMS Module", "tags": { - "language": "C#" + "language": "C#", + "type": "project" }, "shortName": "piranha.module", - "sourceName": "TemplateModule" + "sourceName": "TemplateModule", + "defaultName": "PiranhaModule1", + "icon": "icon.png" } \ No newline at end of file diff --git a/src/web/mvc/.template.config/icon.png b/src/web/mvc/.template.config/icon.png new file mode 100644 index 0000000..a0d01e1 Binary files /dev/null and b/src/web/mvc/.template.config/icon.png differ diff --git a/src/web/mvc/.template.config/template.json b/src/web/mvc/.template.config/template.json index 342b370..b323ffd 100644 --- a/src/web/mvc/.template.config/template.json +++ b/src/web/mvc/.template.config/template.json @@ -5,10 +5,13 @@ "identity": "Piranha.MVC.CSharp", "name": "ASP.NET Core MVC Web with Piranha CMS", "tags": { - "language": "C#" + "language": "C#", + "type": "project" }, "shortName": "piranha.mvc", "sourceName": "MvcWeb", + "defaultName": "PiranhaMvc1", + "icon": "icon.png", "symbols": { "Database": { "type": "parameter", diff --git a/src/web/razor/.template.config/icon.png b/src/web/razor/.template.config/icon.png new file mode 100644 index 0000000..a0d01e1 Binary files /dev/null and b/src/web/razor/.template.config/icon.png differ diff --git a/src/web/razor/.template.config/template.json b/src/web/razor/.template.config/template.json index fd9ade8..e26f01d 100644 --- a/src/web/razor/.template.config/template.json +++ b/src/web/razor/.template.config/template.json @@ -5,10 +5,13 @@ "identity": "Piranha.Razor.CSharp", "name": "ASP.NET Core Razor Pages Web with Piranha CMS", "tags": { - "language": "C#" + "language": "C#", + "type": "project" }, "shortName": "piranha.razor", "sourceName": "RazorWeb", + "defaultName": "PiranhaRazor1", + "icon": "icon.png", "symbols": { "Database": { "type": "parameter",