Skip to content

Commit 40b542d

Browse files
Update default-layout.md
I missed this reference in the PR ortus-docs#282
1 parent 838be5b commit 40b542d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

the-basics/layouts-and-views/layouts/default-layout.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The default layout in a ColdBox application is `layouts/main.cfm` by convention.
77
```javascript
88
//Layout Settings
99
layoutSettings = {
10-
defaultLayout = "basic.cfm"
10+
defaultLayout = "basic"
1111
}
1212
```
1313

@@ -18,8 +18,8 @@ There is no default view in ColdBox, but you can configure one by using the same
1818
```javascript
1919
//Layout Settings
2020
layoutSettings = {
21-
defaultLayout = "basic.cfm",
22-
defaultView = "noview.cfm"
21+
defaultLayout = "basic",
22+
defaultView = "noview"
2323
}
2424
```
2525

0 commit comments

Comments
 (0)