12 lines
198 B
YAML
12 lines
198 B
YAML
general:
|
|
float:
|
|
type: float
|
|
description: Description
|
|
default: 0.527
|
|
float_multi:
|
|
type: float
|
|
description: Description
|
|
multi: true
|
|
default:
|
|
- 0.527
|
|
version: '1.0'
|