added DefaultAction property to IModule (#765)

This commit is contained in:
Shaun Walker
2020-10-03 15:50:15 -04:00
parent 26c40fb367
commit 6a7be12758
4 changed files with 21 additions and 14 deletions

View File

@ -1,8 +1,8 @@
{
"Runtime": "Server",
"ConnectionStrings": {
"DefaultConnection": ""
},
"Runtime": "Server",
"Installation": {
"DefaultAlias": "",
"HostPassword": "",
@ -11,5 +11,9 @@
"DefaultTheme": "",
"DefaultLayout": "",
"DefaultContainer": ""
},
"Localization": {
"DefaultCulture": "",
"SupportedCultures": []
}
}