[SPIP] +2.1.12
[velocampus/web/www.git] / www / plugins / auto / verifier / verifier / decimal.yaml
diff --git a/www/plugins/auto/verifier/verifier/decimal.yaml b/www/plugins/auto/verifier/verifier/decimal.yaml
new file mode 100644 (file)
index 0000000..dff9ac4
--- /dev/null
@@ -0,0 +1,26 @@
+
+titre: '<:verifier:type_decimal:>'
+description: '<:verifier:type_decimal_description:>'
+options:
+  -
+    saisie: 'input'
+    options:
+      nom: 'min'
+      label: '<:verifier:option_entier_min_label:>'
+    verifier:
+      type: 'decimal'
+  -
+    saisie: 'input'
+    options:
+      nom: 'max'
+      label: '<:verifier:option_entier_max_label:>'
+    verifier:
+      type: 'decimal'
+  -
+    saisie: 'input'
+    options:
+      nom: 'nb_decimales'
+      label: '<:verifier:option_decimal_nb_decimales_label:>'
+    verifier:
+      type: 'entier'
+      min: 0