doc: particles: line wrap

This commit is contained in:
Daniel Eklöf 2021-09-20 19:30:37 +02:00
parent 87f38d19a0
commit 76225a8366
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -229,13 +229,15 @@ indicator.
| min | min
: int : int
: no : no
: If present this will be used as a lower bound instead of the tags minimum value. : If present this will be used as a lower bound instead of the tags
Tag values falling outside the defined range will get clamped to min/max. minimum value. Tag values falling outside the defined range will
get clamped to min/max.
| max | max
: int : int
: no : no
: If present this will be used as an upper bound instead of the tags maximum value. : If present this will be used as an upper bound instead of the tags
Tag values falling outside the defined range will get clamped to min/max. maximum value. Tag values falling outside the defined range will
get clamped to min/max.
## EXAMPLES ## EXAMPLES