Skip to content

Commit

Permalink
Updated template configuration for projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
tidyui committed Nov 12, 2021
1 parent 3d5f4df commit 9b7ac92
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion nuspec/Piranha.Templates.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>Piranha.Templates</id>
<version>10.0.1</version>
<version>10.0.2</version>
<title>Piranha CMS Templates</title>
<authors>Piranha CMS</authors>
<owners>Piranha CMS</owners>
Expand Down
Binary file added src/empty/.template.config/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion src/empty/.template.config/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Binary file added src/module/.template.config/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 5 additions & 2 deletions src/module/.template.config/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Binary file added src/web/mvc/.template.config/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion src/web/mvc/.template.config/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Binary file added src/web/razor/.template.config/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion src/web/razor/.template.config/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9b7ac92

Please sign in to comment.