Add structure to moduleConfig.configure()

I am unable to add a structure to the configure() method called “accountType” in my modules config. I can add individual settings under existing structures but I wanted to create my own. Is this possible?

function configure(){

//acountType related settings
accountType = {
maintFee = “1.99”
};

// parent settings
parentSettings = {

};
}

that will exist only on that CFC not on your ColdBox application. You will need to add it to the settings struct.

signature0.jpg

Luis F. Majano
CEO
Ortus Solutions, Corp
www.ortussolutions.com

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com

Social: twitter.com/lmajano facebook.com/lmajano