An object to read and set configuration settings. A configuration setting is always a string.
ynConfig.get(k)
Reads a setting with the key 'k'.
ynConfig.getArray(k)
Reads a setting with the key 'k' and returns it as an array.
Since: 1.5
ynConfig.set(k, value/*String*/)
Sets a setting with the key 'k' and the value 'value'.
ynConfig.set(k, value/*Array*/)
Sets a setting with the key 'k' and the value 'value' as an array.
Since: 1.5