Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6b42685

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

File tree

Expand file treeCollapse file tree

4 files changed

+7
-8
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+7
-8
lines changed

‎reference/forms/types/birthday.rst

Copy file name to clipboardExpand all lines: reference/forms/types/birthday.rst
+3Lines changed: 3 additions & 0 deletions
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

Copy file name to clipboardExpand all lines: reference/forms/types/date.rst
+3Lines changed: 3 additions & 0 deletions
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

Copy file name to clipboardExpand all lines: reference/forms/types/datetime.rst
+1-5Lines changed: 1 addition & 5 deletions
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

Copy file name to clipboardExpand all lines: reference/forms/types/options/date_widget.rst.inc
-3Lines changed: 0 additions & 3 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.