Skip to content

Commit

Permalink
Update Application.cfc
Browse files Browse the repository at this point in the history
Added this.suppressRemoteComponentContent = false;
  • Loading branch information
richardherbert authored Dec 31, 2024
1 parent e4e3507 commit c3ad8c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/cfml/browser/Application.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ component {
// any other application.cfc stuff goes below:
this.sessionManagement = true;

// Turn on/off remote cfc content whitespace
this.suppressRemoteComponentContent = false;

// any mappings go here, we create one that points to the root called test.
this.mappings[ "/tests" ] = getDirectoryFromPath( getCurrentTemplatePath() );

Expand Down

0 comments on commit c3ad8c0

Please sign in to comment.