35 lines
693 B
YAML
35 lines
693 B
YAML
version: '0.10'
|
|
variables:
|
|
- family:
|
|
name: general
|
|
variables:
|
|
- variable:
|
|
name: mode_conteneur_actif
|
|
type: choice
|
|
description: No change
|
|
value:
|
|
- type: string
|
|
text: a
|
|
choice:
|
|
- type: variable
|
|
text: var
|
|
- type: variable
|
|
text: var2
|
|
- variable:
|
|
name: var
|
|
type: string
|
|
description: New variable
|
|
multi: true
|
|
value:
|
|
- text: a
|
|
- text: b
|
|
- text: c
|
|
- variable:
|
|
name: var2
|
|
type: string
|
|
description: New variable
|
|
multi: true
|
|
value:
|
|
- text: a
|
|
- text: b
|
|
- text: c
|