Number ====== Description ----------- Shows a number input field, the inserted content will be saved as number. Parameters ---------- .. list-table:: :header-rows: 1 * - Parameter - Type - Description * - min - number - The minimum number that can be entered * - max - number - The maximum number that can be entered * - step - number - The allowed steps between minium and maximum number Example ------- .. code-block:: xml Number Twig ---- .. code-block:: twig {{ content.number }}