[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins / verifier / verifier / decimal.yaml
index dff9ac4..da2ede6 100644 (file)
@@ -2,6 +2,13 @@
 titre: '<:verifier:type_decimal:>'
 description: '<:verifier:type_decimal_description:>'
 options:
+  -
+    saisie: 'input'
+    options:
+      nom: 'separateur'
+      label: '<:verifier:option_decimal_separateur_label:>'
+      explication: '<:verifier:option_decimal_separateur_explication:>'
+      defaut: ','
   -
     saisie: 'input'
     options:
@@ -9,6 +16,8 @@ options:
       label: '<:verifier:option_entier_min_label:>'
     verifier:
       type: 'decimal'
+      options:
+        separateur: ','
   -
     saisie: 'input'
     options:
@@ -16,6 +25,8 @@ options:
       label: '<:verifier:option_entier_max_label:>'
     verifier:
       type: 'decimal'
+      options:
+        separateur: ','
   -
     saisie: 'input'
     options: