diff --git a/reference/forms/types/options/hours.rst.inc b/reference/forms/types/options/hours.rst.inc index 383a8e14bd1..51097ca25dc 100644 --- a/reference/forms/types/options/hours.rst.inc +++ b/reference/forms/types/options/hours.rst.inc @@ -1,7 +1,7 @@ hours ~~~~~ -**type**: ``integer`` **default**: 0 to 23 +**type**: ``array`` **default**: 0 to 23 List of hours available to the hours field type. This option is only relevant when the ``widget`` option is set to ``choice``. \ No newline at end of file diff --git a/reference/forms/types/options/minutes.rst.inc b/reference/forms/types/options/minutes.rst.inc index f2e9b4eb2c6..2104af875f8 100644 --- a/reference/forms/types/options/minutes.rst.inc +++ b/reference/forms/types/options/minutes.rst.inc @@ -1,7 +1,7 @@ minutes ~~~~~~~ -**type**: ``integer`` **default**: 0 to 59 +**type**: ``array`` **default**: 0 to 59 List of minutes available to the minutes field type. This option is only relevant when the ``widget`` option is set to ``choice``. \ No newline at end of file diff --git a/reference/forms/types/options/seconds.rst.inc b/reference/forms/types/options/seconds.rst.inc index fb8b4071b0a..4e8d5c6c9cd 100644 --- a/reference/forms/types/options/seconds.rst.inc +++ b/reference/forms/types/options/seconds.rst.inc @@ -1,7 +1,7 @@ seconds ~~~~~~~ -**type**: ``integer`` **default**: 0 to 59 +**type**: ``array`` **default**: 0 to 59 List of seconds available to the seconds field type. This option is only relevant when the ``widget`` option is set to ``choice``. \ No newline at end of file