Skip to content
Snippets Groups Projects
Commit 9293c52a authored by jaapjansma's avatar jaapjansma
Browse files
parents a3c80462 c29cab60
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
*/ */
public function getConfigurationSpecification() { public function getConfigurationSpecification() {
return new SpecificationBag(array( return new SpecificationBag(array(
new Specification('max_value', 'Integer', E::ts('Maximum value'), true) new Specification('max_value', 'Float', E::ts('Maximum value'), true)
)); ));
} }
......
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
*/ */
public function getConfigurationSpecification() { public function getConfigurationSpecification() {
return new SpecificationBag(array( return new SpecificationBag(array(
new Specification('min_value', 'Integer', E::ts('Minimum value'), true) new Specification('min_value', 'Float', E::ts('Minimum value'), true)
)); ));
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment