Skip to content

Commit b8a1356

Browse files
committed
Moved NoNodesViewPath destination from template to appSettings.json.
1 parent d52fd92 commit b8a1356

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

build/templates/UmbracoProject/appsettings.Development.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@
3434
},
3535
//#endif
3636
"Global": {
37-
//#if (HasNoNodesViewPath)
38-
"NoNodesViewPath": "NO_NODES_VIEW_PATH_FROM_TEMPLATE",
39-
//#endif
4037
"Smtp": {
4138
"From": "[email protected]",
4239
"Host": "localhost",

build/templates/UmbracoProject/appsettings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
},
1616
"Umbraco": {
1717
"CMS": {
18+
//#if (HasNoNodesViewPath)
19+
"Global": {
20+
"NoNodesViewPath": "NO_NODES_VIEW_PATH_FROM_TEMPLATE"
21+
},
22+
//#endif
1823
"Hosting": {
1924
"Debug": false
2025
}

0 commit comments

Comments
 (0)