Skip to content

Commit 4f6cb9d

Browse files
committed
Some additional tweaks and probably some merge conflict fixes
1 parent 362c8b4 commit 4f6cb9d

File tree

3 files changed

+7
-14
lines changed

3 files changed

+7
-14
lines changed

reference/forms/types/button.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ A simple, non-responsive button.
1818
| | - `label_attr`_ |
1919
| | - `translation_domain`_ |
2020
+----------------------+----------------------------------------------------------------------+
21-
| Overriden options | - `auto_initialize`_ |
21+
| Overridden options | - `auto_initialize`_ |
2222
+----------------------+----------------------------------------------------------------------+
2323
| Parent type | none |
2424
+----------------------+----------------------------------------------------------------------+

reference/forms/types/checkbox.rst

+2-9
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,8 @@ Field Options
4646

4747
.. include:: /reference/forms/types/options/value.rst.inc
4848

49-
Overriden options
50-
-----------------
51-
52-
.. include:: /reference/forms/types/options/checkbox_empty_data.rst.inc
53-
54-
.. include:: /reference/forms/types/options/checkbox_compound.rst.inc
55-
56-
Overriden options
57-
-----------------
49+
Overridden options
50+
------------------
5851

5952
.. include:: /reference/forms/types/options/checkbox_empty_data.rst.inc
6053

reference/forms/types/choice.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ option.
2020
| | - `preferred_choices`_ |
2121
| | - `empty_value`_ |
2222
+-------------+------------------------------------------------------------------------------+
23-
| Overriden | - `empty_data`_ |
23+
| Overridden | - `empty_data`_ |
2424
| options | - `compound`_ |
2525
| | - `error_bubbling`_ |
2626
+-------------+------------------------------------------------------------------------------+
@@ -111,15 +111,15 @@ can be created to supply the choices.
111111

112112
.. include:: /reference/forms/types/options/empty_value.rst.inc
113113

114-
Overriden options
115-
-----------------
114+
Overridden options
115+
------------------
116116

117117
.. include:: /reference/forms/types/options/empty_data.rst.inc
118118

119119
compound
120120
~~~~~~~~
121121

122-
**type**: `̀ boolean`` **default**: same value as ``expanded`` option
122+
**type**: ``boolean`` **default**: same value as ``expanded`` option
123123

124124
This option specifies if a form is compound. The value is by default
125125
overriden by the value of the ``expanded`` option.

0 commit comments

Comments
 (0)