core.moduleapi: Allow specifying an acceptable range for number options

This commit is contained in:
Kim Alvefur 2021-10-05 15:36:38 +02:00
parent a8b0c56f65
commit 924064a30a
3 changed files with 16 additions and 2 deletions

View file

@ -41,6 +41,7 @@ TRUNK
### Module API
- Config interface API can require that string values be picked from a provided set
- Acceptable interval can be specified for number options
## Changes