system.kanoa.config.getConfig
Description
Get the application configuration settings.Syntax
getConfig(paramsDict)Parameters:
Returns:
Dictionary
| Parameter | Type | Required | Notes | 
|---|---|---|---|
| project | string | e.g. 'kanoaCore' | |
| configName | string | e.g. 'backgroundColor' | 
Code Examples
# Example Usage:
configData = system.kanoa.config.getConfig({'project': 'kanoaCore', 'configName': 'backgroundColor'})