Co-authored-by: Emmanuel Garette <egarette@silique.fr> Co-authored-by: gwen <gwenaelremond@free.fr> Reviewed-on: #5 Co-authored-by: egarette@silique.fr <egarette@silique.fr> Co-committed-by: egarette@silique.fr <egarette@silique.fr>
18 lines
380 B
YAML
18 lines
380 B
YAML
general:
|
|
mode_conteneur_actif:
|
|
type: string
|
|
description: No change
|
|
default: b
|
|
int2:
|
|
type: number
|
|
description: No change
|
|
default: 100
|
|
int:
|
|
type: number
|
|
description: No change
|
|
mandatory: false
|
|
validators:
|
|
- type: jinja
|
|
jinja: '{{ rougail.general.int | valid_lower(mini=0, maxi=rougail.general.int2)
|
|
}}'
|
|
version: '1.1'
|