18 lines
284 B
YAML
18 lines
284 B
YAML
|
|
general:
|
||
|
|
mode_conteneur_actif:
|
||
|
|
type: choice
|
||
|
|
description: No change
|
||
|
|
default: a
|
||
|
|
choices:
|
||
|
|
- type: variable
|
||
|
|
variable: rougail.general.var
|
||
|
|
var:
|
||
|
|
type: string
|
||
|
|
description: New variable
|
||
|
|
multi: true
|
||
|
|
default:
|
||
|
|
- a
|
||
|
|
- b
|
||
|
|
- c
|
||
|
|
version: '1.0'
|