34 lines
585 B
YAML
34 lines
585 B
YAML
|
version: '0.10'
|
||
|
variables:
|
||
|
- family:
|
||
|
name: general
|
||
|
variables:
|
||
|
- variable:
|
||
|
name: varname
|
||
|
type: string
|
||
|
description: No change
|
||
|
multi: 'True'
|
||
|
value:
|
||
|
- text: val1
|
||
|
- text: val2
|
||
|
- family:
|
||
|
name: dyn
|
||
|
dynamic: varname
|
||
|
variables:
|
||
|
- variable:
|
||
|
name: vardyn
|
||
|
type: number
|
||
|
description: No change
|
||
|
constraints:
|
||
|
- check:
|
||
|
- name: valid_entier
|
||
|
param:
|
||
|
- name: mini
|
||
|
type: number
|
||
|
text: '0'
|
||
|
- name: maxi
|
||
|
type: number
|
||
|
text: '100'
|
||
|
target:
|
||
|
- text: vardynval1
|