From 18fc4f7c6e758118efff186fa09507c162732c59 Mon Sep 17 00:00:00 2001
From: pommicket
min
, max
rules
- This schema key’s value sets the minimum/maximum value for the key’s value.
- This may only be set if type
explicitly allows numeric values
- (i.e. it contains a type Int
/UInt
/Float
).
- The value must be a valid Float
(may contain a decimal even if the type is just Int
).
+ This schema key’s value must be a valid Float
as described above.
+ It sets the minimum/maximum value for configuration keys’ values.
+ It only applies if the configuration key’s value
+ can be parsed as a Float
.
maxlength
rule-- cgit v1.2.3