Currently the SettingConfig's min and max attributes accept only integer values even though the properties they refer to can be floats.
I have a case where valid values range from 0.01 upwards and zero crashes the calculation. It would be great if I could define that in the SettingConfig someday :) Of course I can check for zero programmatically but the UX would be better if the value could be checked when the user sets it.