[SPIP] +2.1.12
[velocampus/web/www.git] / www / plugins / auto / verifier / verifier / taille.yaml
diff --git a/www/plugins/auto/verifier/verifier/taille.yaml b/www/plugins/auto/verifier/verifier/taille.yaml
new file mode 100644 (file)
index 0000000..3b9283c
--- /dev/null
@@ -0,0 +1,22 @@
+
+titre: '<:verifier:type_taille:>'
+description: '<:verifier:type_taille_description:>'
+options:
+  -
+    saisie: 'input'
+    options:
+      nom: 'min'
+      label: '<:verifier:option_taille_min_label:>'
+    verifier:
+      type: 'entier'
+      options:
+        min: 0
+  -
+    saisie: 'input'
+    options:
+      nom: 'max'
+      label: '<:verifier:option_taille_max_label:>'
+    verifier:
+      type: 'entier'
+      options:
+        min: 0