Skip to content

Commit

Permalink
Merge pull request #107 from ateb-ltd/master
Browse files Browse the repository at this point in the history
#100 #101 #106 template changes
  • Loading branch information
JimKerslake authored Sep 5, 2023
2 parents 219dc0f + ec4dcef commit 351f9b1
Show file tree
Hide file tree
Showing 15 changed files with 620 additions and 213 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -289,4 +289,6 @@ __pycache__/
*.xsd.cs

**/wwwroot/lib/**
nuget.exe
nuget.exe

cloudscribe.templates.test/
10 changes: 9 additions & 1 deletion Content/WebApp/.template.config/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,11 @@
{
"choice": "MySql",
"description": "MySql storage using Entity Framework Core"
}
},
{
"choice": "AllStorage",
"description": "All database storage types (for developing new cloudscribe modules)"
}
]

},
Expand Down Expand Up @@ -308,6 +312,10 @@
"type": "computed",
"value": "(DataStorage == \"NoDb\")"
},
"AllStorage": {
"type": "computed",
"value": "(DataStorage == \"AllStorage\")"
},
"UtmCampaign": {
"type": "generated",
"generator": "casing",
Expand Down
Loading

0 comments on commit 351f9b1

Please sign in to comment.