31 lines
569 B
YAML
31 lines
569 B
YAML
|
version: '0.10'
|
||
|
variables:
|
||
|
- family:
|
||
|
name: general
|
||
|
mode: expert
|
||
|
variables:
|
||
|
- variable:
|
||
|
name: mode_conteneur_actif
|
||
|
type: string
|
||
|
description: No change
|
||
|
value:
|
||
|
- text: non
|
||
|
- family:
|
||
|
name: enumfam
|
||
|
mode: expert
|
||
|
variables:
|
||
|
- variable:
|
||
|
name: enumvar
|
||
|
type: string
|
||
|
description: multi
|
||
|
help: bla bla bla
|
||
|
value:
|
||
|
- text: c
|
||
|
choice:
|
||
|
- type: string
|
||
|
text: a
|
||
|
- type: string
|
||
|
text: b
|
||
|
- type: string
|
||
|
text: c
|