...
This FieldType stores numeric values which will be provided as floats.
Input expectations
...
The FieldType expects a number as input. Both decimal and integer numbers are accepted.
...
Name | Type | Default value | Description | ||||||
---|---|---|---|---|---|---|---|---|---|
minFloatValue | float | false
| This setting defines the minimum value this FieldType will allow as input. | ||||||
maxFloatValue | float | false
| This setting defines the maximum value this FieldType will allow as input. |
...