Closed bluec closed 9 years ago
Example YAML:
some_settings/setting/config_value: default: 0: '-15px'
Trying to import the above results in the following error:
[RuntimeException] The "-1" option does not exist.
Seems to be the same for any value starting with a minus sign.
I think this is caused by the n98 core functions ...
Yes I just had the same realisation.
In case anyone else comes across this it was fixed by the change in #12
Example YAML:
Trying to import the above results in the following error:
Seems to be the same for any value starting with a minus sign.