Moved NoNodesViewPath destination from template to appSettings.json.
This commit is contained in:
@@ -34,9 +34,6 @@
|
||||
},
|
||||
//#endif
|
||||
"Global": {
|
||||
//#if (HasNoNodesViewPath)
|
||||
"NoNodesViewPath": "NO_NODES_VIEW_PATH_FROM_TEMPLATE",
|
||||
//#endif
|
||||
"Smtp": {
|
||||
"From": "your@email.here",
|
||||
"Host": "localhost",
|
||||
|
||||
@@ -15,6 +15,11 @@
|
||||
},
|
||||
"Umbraco": {
|
||||
"CMS": {
|
||||
//#if (HasNoNodesViewPath)
|
||||
"Global": {
|
||||
"NoNodesViewPath": "NO_NODES_VIEW_PATH_FROM_TEMPLATE"
|
||||
},
|
||||
//#endif
|
||||
"Hosting": {
|
||||
"Debug": false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user