Moved NoNodesViewPath destination from template to appSettings.json.

This commit is contained in:
Andy Butland
2021-09-15 11:19:12 +02:00
parent d52fd92bbd
commit b8a135626d
2 changed files with 5 additions and 3 deletions

View File

@@ -34,9 +34,6 @@
},
//#endif
"Global": {
//#if (HasNoNodesViewPath)
"NoNodesViewPath": "NO_NODES_VIEW_PATH_FROM_TEMPLATE",
//#endif
"Smtp": {
"From": "your@email.here",
"Host": "localhost",

View File

@@ -15,6 +15,11 @@
},
"Umbraco": {
"CMS": {
//#if (HasNoNodesViewPath)
"Global": {
"NoNodesViewPath": "NO_NODES_VIEW_PATH_FROM_TEMPLATE"
},
//#endif
"Hosting": {
"Debug": false
}