[SPIP] +2.1.12
[velocampus/web/www.git] / www / plugins / auto / verifier / verifier / taille.yaml
1
2 titre: '<:verifier:type_taille:>'
3 description: '<:verifier:type_taille_description:>'
4 options:
5 -
6 saisie: 'input'
7 options:
8 nom: 'min'
9 label: '<:verifier:option_taille_min_label:>'
10 verifier:
11 type: 'entier'
12 options:
13 min: 0
14 -
15 saisie: 'input'
16 options:
17 nom: 'max'
18 label: '<:verifier:option_taille_max_label:>'
19 verifier:
20 type: 'entier'
21 options:
22 min: 0