Configuration
Last updated
Was this helpful?
Last updated
Was this helpful?
You can alter cbwire's behavior by overriding settings in your config/ColdBox.cfc
file.
Set as true
to throw a WireSetterNotFound
exception if the incoming wire request tries to update a property without a setter on our component. Otherwise, missing setters are ignored. Defaults to false.
The relative folder path where the cbwire components are stored. Defaults to wires
.