We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 974ea40 + c3ad8c0 commit f3c28e6Copy full SHA for f3c28e6
templates/cfml/browser/Application.cfc
@@ -9,6 +9,9 @@ component {
9
// any other application.cfc stuff goes below:
10
this.sessionManagement = true;
11
12
+ // Turn on/off remote cfc content whitespace
13
+ this.suppressRemoteComponentContent = false;
14
+
15
// any mappings go here, we create one that points to the root called test.
16
this.mappings[ "/tests" ] = getDirectoryFromPath( getCurrentTemplatePath() );
17
0 commit comments