Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ Module settings are defined in `ModuleConfig.cfc`:
- `autoInjectAssets` - Auto-include CSS/JS assets (default: `true`)
- `moduleRootPath` - Physical path to module (computed from module location)
- `moduleRootURL` - URL to module root (default: `"/modules/cbwire"`)
- `throwOnMissingSetterMethod` - Throw exception on missing setters (default: `false`)
- `wiresLocation` - Folder name for wire components (default: `"wires"`)
- `trimStringValues` - Trim string properties (default: `false`)
- `showProgressBar` - Enable progress bar with wire:navigate (default: `true`)
Expand Down
6 changes: 0 additions & 6 deletions ModuleConfig.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ component {
* The URL to the module root. The sometimes needs to be overridden for certain server configurations.
*/
"moduleRootURL": "/modules/cbwire",
/**
* Set to true to throw a 'WireSetterNotFound' exception if
* the incoming cbwire request tries to update a property
* without a setter on our component. Otherwise, missing setters are ignored.
*/
"throwOnMissingSetterMethod" : false,
/**
* The default folder name where your cbwire components are stored.
* Defaults to 'wires' folder.
Expand Down