22 lines
412 B
YAML
22 lines
412 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
|
||
|
- variable:
|
||
|
name: var
|
||
|
type: string
|
||
|
description: New variable
|
||
|
value:
|
||
|
- text: a
|