2022-11-02 22:52:50 +01:00
|
|
|
version: '0.10'
|
|
|
|
variables:
|
|
|
|
- family:
|
2022-11-10 19:09:19 +01:00
|
|
|
- name: general
|
2022-11-02 22:52:50 +01:00
|
|
|
mode: expert
|
|
|
|
variables:
|
|
|
|
- variable:
|
2022-11-10 19:09:19 +01:00
|
|
|
- name: mode_conteneur_actif
|
2022-11-02 22:52:50 +01:00
|
|
|
type: string
|
|
|
|
description: No change
|
|
|
|
value:
|
|
|
|
- text: non
|
2022-11-10 19:09:19 +01:00
|
|
|
- name: enumfam
|
2022-11-02 22:52:50 +01:00
|
|
|
mode: expert
|
|
|
|
variables:
|
|
|
|
- variable:
|
2022-11-10 19:09:19 +01:00
|
|
|
- name: enumvar2
|
2022-11-02 22:52:50 +01:00
|
|
|
type: choice
|
|
|
|
description: multi
|
|
|
|
value:
|
|
|
|
- type: string
|
|
|
|
text: c
|
|
|
|
choice:
|
|
|
|
- type: string
|
|
|
|
text: a
|
|
|
|
- type: string
|
|
|
|
text: b
|
|
|
|
- type: string
|
|
|
|
text: c
|
2022-11-10 19:09:19 +01:00
|
|
|
- name: enumvar
|
2022-11-02 22:52:50 +01:00
|
|
|
type: choice
|
|
|
|
description: multi
|
|
|
|
help: bla bla bla
|
|
|
|
value:
|
|
|
|
- type: string
|
|
|
|
text: c
|
|
|
|
choice:
|
|
|
|
- type: string
|
|
|
|
text: a
|
|
|
|
- type: string
|
|
|
|
text: b
|
|
|
|
- type: string
|
|
|
|
text: c
|