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.
1 parent e4e3507 commit c3ad8c0Copy full SHA for c3ad8c0
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