Skip to content

Commit 838be5b

Browse files
authored
Merge pull request #282 from richardherbert/patch-4
2 parents 1e87d11 + 3e70a9e commit 838be5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

getting-started/configuration/coldbox.cfc/configuration-directives/layoutsettings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ This structure allows you to define a system-wide default layout and view.
66
//Layout Settings
77
layoutSettings = {
88
// The default layout to use if NOT defined in a request
9-
defaultLayout = "Main.cfm",
9+
defaultLayout = "Main",
1010
// The default view to use to render if NOT defined in a request
11-
defaultView = "youForgot.cfm"
11+
defaultView = "youForgot"
1212
};
1313
```
1414

0 commit comments

Comments
 (0)