Skip to content

[Reference][Forms] Fix options type for hours, minutes, seconds #2496

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion reference/forms/types/options/hours.rst.inc
Original file line number Diff line number Diff line change
@@ -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``.
2 changes: 1 addition & 1 deletion reference/forms/types/options/minutes.rst.inc
Original file line number Diff line number Diff line change
@@ -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``.
2 changes: 1 addition & 1 deletion reference/forms/types/options/seconds.rst.inc
Original file line number Diff line number Diff line change
@@ -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``.