Skip to content

Commit 3e70a9e

Browse files
Update layoutsettings.md
I believe that the file extension `.cfm` shouldn't be added.
1 parent 23ae021 commit 3e70a9e

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)