Skip to content

Commit 6b42685

Browse files
Christopher Grossweaverryan
Christopher Gross
authored andcommitted
move title out of included file as suggested in PR #4892
1 parent 6fcdd89 commit 6b42685

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

reference/forms/types/birthday.rst

+3
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ These options inherit from the :doc:`date </reference/forms/types/date>` type:
7878

7979
.. include:: /reference/forms/types/options/view_timezone.rst.inc
8080

81+
widget
82+
~~~~~~
83+
8184
.. include:: /reference/forms/types/options/date_widget.rst.inc
8285

8386
These options inherit from the :doc:`form </reference/forms/types/form>` type:

reference/forms/types/date.rst

+3
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ Alternatively, you can specify a string to be displayed for the "blank" value::
115115

116116
.. include:: /reference/forms/types/options/view_timezone.rst.inc
117117

118+
widget
119+
~~~~~~
120+
118121
.. include:: /reference/forms/types/options/date_widget.rst.inc
119122

120123
.. include:: /reference/forms/types/options/years.rst.inc

reference/forms/types/datetime.rst

+1-5
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,7 @@ for more details.
6161
date_widget
6262
~~~~~~~~~~~
6363

64-
**type**: ``string`` **default**: ``choice``
65-
66-
Defines the ``widget`` option for the :doc:`date </reference/forms/types/date>` type.
67-
Possible values: ``single_text`` (display as text field), ``choice`` (provide select
68-
boxes for day, month and year)
64+
.. include:: /reference/forms/types/options/date_widget.rst.inc
6965

7066
.. include:: /reference/forms/types/options/days.rst.inc
7167

reference/forms/types/options/date_widget.rst.inc

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
widget
2-
~~~~~~
3-
41
**type**: ``string`` **default**: ``choice``
52

63
The basic way in which this field should be rendered. Can be one of the following:

0 commit comments

Comments
 (0)