20 lines
368 B
YAML
20 lines
368 B
YAML
|
version: '0.10'
|
||
|
variables:
|
||
|
- family:
|
||
|
name: general
|
||
|
variables:
|
||
|
- variable:
|
||
|
name: mode_conteneur_actif
|
||
|
type: choice
|
||
|
description: No change
|
||
|
value:
|
||
|
- type: string
|
||
|
text: b
|
||
|
choice:
|
||
|
- type: string
|
||
|
text: a
|
||
|
- type: string
|
||
|
text: b
|
||
|
- type: string
|
||
|
text: c
|