<properties>
<property id="lapSize" type="number">1000</property>
</properties>
<settings>
<setting propertyKey="@Properties.lapSize" title="@Strings.lapSizeTitle">
<settingConfig type="numeric" min="50" max="10000" />
</setting>
</settings>
however I can still provide numbers below 50 in the setting... (providing an errorMessage to the config doesn't seem to have effect either...)