Skip to content

Commit f7e588f

Browse files
lmajanogitbook-bot
authored andcommitted
GITBOOK-70: change request with no subject merged in GitBook
1 parent 9ff5c17 commit f7e588f

File tree

1 file changed

+6
-2
lines changed
  • getting-started/configuration/coldbox.cfc/configuration-directives

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,11 @@ A list or array of absolute or relative paths to a UDF helper file. The framewor
9494

9595
### **viewsHelper**
9696

97-
A list or array of absolute or relative paths to a UDF helper file. The framework will load all the methods found in this helper in layouts and views only.
97+
This is a location within your application or an absolute path to a `cfm or bxm` template that will act as your global helper for all rendered views.
98+
99+
```json
100+
coldbox.viewsHelper = "includes/helpers/global"
101+
```
98102

99103
### **modulesExternalLocation**
100104

@@ -202,7 +206,7 @@ Allows you to use implicit views in your application and view dispatching. You c
202206

203207
### identifierProvider
204208

205-
This setting allows you to configure a lambda/closure that will return back the user's request identifier according to your own algorithms. This overrides the internal way ColdBox identifies requests incoming to the application which are used internally to track sessions, flash rams, etc.
209+
This setting allows you to configure a lambda/closure that will return back the user's request identifier according to your own algorithms. This overrides the internal way ColdBox identifies requests incoming to the application which are used internally to track sessions, flash rams, etc.
206210

207211
The discovery algorithm we use is the following:
208212

0 commit comments

Comments
 (0)