.. _valuemin: ========= ValueMin ========= Checks if the value of a field is at least the configured value. .. code-block:: typoscript Example Code: validators { DefaultValidator { model = DefaultValidator config { fields { age.errorChecks { valueMin { model = ValueMin valueMin = 18 } } mass.errorChecks { valueMin { model = ValueMin valueMin = 1.5 } } } } } } **Properties** .. list-table:: :align: left :width: 100% :widths: 20 80 :header-rows: 0 :stub-columns: 0 * - **valueMin** - Sets the min value a field value must be. * - - * - *Mandatory* - False * - *Data Type* - Float|Integer * - *Default* - 0 .. toctree:: :maxdepth: 2 :hidden: