Configuration
Alter CBWIRE's behavior with these nifty configuration options.
Last updated
Was this helpful?
Alter CBWIRE's behavior with these nifty configuration options.
Last updated
Was this helpful?
You can alter any default behavior by overriding settings in your config/ColdBox.cfc
file.
The maximum amount of time allowed for uploads to complete.
When set to true, any data properties that contain strings will be automatically trimmed. Great for form inputs. Defaults to false.
Set as true to enable , which causes any clicked links or form submissions to be performed in the background via AJAX and updates the DOM without reloading the page. Great when developing single-page, VueJS-like applications. Defaults to false.
Set as true to throw a WireSetterNotFound exception if the incoming wire request tries to update a property without a setter on our . Otherwise, missing setters are ignored. Defaults to false.
The relative folder path where are stored. Defaults to 'wires'.
When set to true, Computed Properties will be proxied. See .