d61b30badf62bb31821dd94f49c236bd2b4e1eda
[lhc/web/www.git] / www / plugins / verifier / verifier / fichiers.yaml
1
2 titre: '<:verifier:type_fichiers:>'
3 description: '<:verifier:type_fichiers_description:>'
4 options:
5 -
6 saisie: 'radio'
7 options:
8 nom: 'mime'
9 label: '<:verifier:option_fichiers_mime_label:>'
10 datas:
11 pas_de_verification: '<:verifier:option_fichiers_mime_pas_de_verification_label:>'
12 tout_mime: '<:verifier:option_fichiers_mime_tout_mime_label:>'
13 image_web: '<:verifier:option_fichiers_mime_image_web_label:>'
14 specifique: '<:verifier:option_fichiers_mime_specifique_label:>'
15 defaut: 'tout_mime'
16 -
17 saisie: 'type_mime'
18 options:
19 nom: 'mime_specifique'
20 label: '<:verifier:option_fichiers_type_mime_label:>'
21 afficher_si: "@mime@=='specifique'"
22 -
23 saisie: 'input'
24 options:
25 nom: 'taille_max'
26 label: '<:verifier:option_fichiers_taille_max_label:>'
27 verifier:
28 type: 'entier'
29 options:
30 min: 0
31 -
32 saisie: 'input'
33 options:
34 nom: 'largeur_max'
35 label: '<:verifier:option_fichiers_largeur_max_label:>'
36 verifier:
37 type: 'entier'
38 options:
39 min: 0
40 -
41 saisie: 'input'
42 options:
43 nom: 'hauteur_max'
44 label: '<:verifier:option_fichiers_hauteur_max_label:>'
45 verifier:
46 type: 'entier'
47 options:
48 min: 0
49 -
50 saisie: 'case'
51 options:
52 nom: 'dimension_autoriser_rotation'
53 label: '<:verifier:option_fichiers_dimension_autoriser_rotation_label:>'
54 label_case: '<:verifier:option_fichiers_dimension_autoriser_rotation_label_case:>'
55 value: 'on'