rougail/tests/dictionaries/88valid_enum_invalid_default/yml/00-base.yml

30 lines
568 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: choice
description: enumvar
value:
- type: string
text: a
choice:
- type: string
text: 1
- type: string
text: 2
- type: string
text: 3