ColdBox HMVC Documentation
7.x
SourceNewsSupportTraining
Search…
⌃K
Links
7.x
Introduction
Intro
Release History
About This Book
For Newbies
60 Minute Quick Start
Getting Started
Getting Started Guide
Installation
Conventions
Configuration
ColdBox.cfc
Configuration Directives
CacheBox
ColdBox
Conventions
Environments
Flash
InterceptorSettings
Interceptors
Layouts
LayoutSettings
LogBox
Modules
ModuleSettings
Settings
WireBox
System Settings (Java Properties and Environment Variables)
Using Settings
Bootstrapper - Application.cfc
The Basics
Request Context
Routing
Event Handlers
Layouts & Views
Models
Interceptors
HMVC
Modules
Testing
Testing Quick Start
Testing ColdBox Applications
Digging Deeper
Async Programming
ColdBox Proxy
Controller Decorator
Flash RAM
HTML Helper
REST Handler
Request Context Decorator
Recipes
Scheduled Tasks
Architecture Concepts
What is MVC
What is ColdBox
How ColdBox Works
Testing Concepts
External links
Source code
Issue tracker
LogBox
CacheBox
WireBox
Powered By GitBook

ModuleSettings

This structure is used to house module configurations. Please refer to each module's documentation on how to create the configuration structures. Usually the keys will match the name of the module to be configured.
component {
​
function configure() {
​
moduleSettings = {
myModule = {
someSetting = "overridden"
}
};
}
}
Previous
Modules
Next
Settings
Last modified 3mo ago
Copy link
Edit on GitHub