User Settings
component{
function configure(){
settings = {
mySetting = 'isCool',
somethingEnabled = true
};
}
}config set modules.TestModule.mySetting=overridden
config set modules.TestModule.somethingEnabled=falseconfig show modules.TestModuleLast updated
Was this helpful?