ModuleSettings
component {
function configure() {
moduleSettings = {
myModule = {
someSetting = "overridden"
}
};
}
}Last updated
Was this helpful?
component {
function configure() {
moduleSettings = {
myModule = {
someSetting = "overridden"
}
};
}
}Last updated
Was this helpful?
Was this helpful?