@@ -15,25 +15,25 @@ option.
1515+-------------+------------------------------------------------------------------------------+
1616| Options | - `choices `_ |
1717| | - `choice_list `_ |
18- | | - `multiple `_ |
18+ | | - `empty_value `_ |
1919| | - `expanded `_ |
20+ | | - `multiple `_ |
2021| | - `preferred_choices `_ |
21- | | - `empty_value `_ |
2222+-------------+------------------------------------------------------------------------------+
23- | Overridden | - `empty_data `_ |
24- | options | - `compound `_ |
23+ | Overridden | - `compound `_ |
24+ | options | - `empty_data `_ |
2525| | - `error_bubbling `_ |
2626+-------------+------------------------------------------------------------------------------+
27- | Inherited | - `required `_ |
28- | options | - `label `_ |
29- | | - `label_attr `_ |
30- | | - `data `_ |
31- | | - `read_only `_ |
27+ | Inherited | - `by_reference `_ |
28+ | options | - `data `_ |
3229| | - `disabled `_ |
3330| | - `error_mapping `_ |
34- | | - `mapped `_ |
3531| | - `inherit_data `_ |
36- | | - `by_reference `_ |
32+ | | - `label `_ |
33+ | | - `label_attr `_ |
34+ | | - `mapped `_ |
35+ | | - `read_only `_ |
36+ | | - `required `_ |
3737+-------------+------------------------------------------------------------------------------+
3838| Parent type | :doc: `form </reference/forms/types/form >` |
3939+-------------+------------------------------------------------------------------------------+
@@ -103,17 +103,25 @@ The ``choice_list`` option must be an instance of the ``ChoiceListInterface``.
103103For more advanced cases, a custom class that implements the interface
104104can be created to supply the choices.
105105
106- .. include :: /reference/forms/types/options/multiple .rst.inc
106+ .. include :: /reference/forms/types/options/empty_value .rst.inc
107107
108108.. include :: /reference/forms/types/options/expanded.rst.inc
109109
110- .. include :: /reference/forms/types/options/preferred_choices .rst.inc
110+ .. include :: /reference/forms/types/options/multiple .rst.inc
111111
112- .. include :: /reference/forms/types/options/empty_value .rst.inc
112+ .. include :: /reference/forms/types/options/preferred_choices .rst.inc
113113
114114Overridden Options
115115------------------
116116
117+ compound
118+ ~~~~~~~~
119+
120+ **type **: ``boolean `` **default **: same value as ``expanded `` option
121+
122+ This option specifies if a form is compound. The value is by default
123+ overridden by the value of the ``expanded `` option.
124+
117125.. include :: /reference/forms/types/options/empty_data.rst.inc
118126 :end-before: DEFAULT_PLACEHOLDER
119127
@@ -126,14 +134,6 @@ The actual default value of this option depends on other field options:
126134.. include :: /reference/forms/types/options/empty_data.rst.inc
127135 :start-after: DEFAULT_PLACEHOLDER
128136
129- compound
130- ~~~~~~~~
131-
132- **type **: ``boolean `` **default **: same value as ``expanded `` option
133-
134- This option specifies if a form is compound. The value is by default
135- overridden by the value of the ``expanded `` option.
136-
137137error_bubbling
138138~~~~~~~~~~~~~~
139139
@@ -147,25 +147,25 @@ Inherited Options
147147
148148These options inherit from the :doc: `form </reference/forms/types/form >` type:
149149
150- .. include :: /reference/forms/types/options/required.rst.inc
151-
152- .. include :: /reference/forms/types/options/label.rst.inc
153-
154- .. include :: /reference/forms/types/options/label_attr.rst.inc
150+ .. include :: /reference/forms/types/options/by_reference.rst.inc
155151
156152.. include :: /reference/forms/types/options/data.rst.inc
157153
158- .. include :: /reference/forms/types/options/read_only.rst.inc
159-
160154.. include :: /reference/forms/types/options/disabled.rst.inc
161155
162156.. include :: /reference/forms/types/options/error_mapping.rst.inc
163157
158+ .. include :: /reference/forms/types/options/inherit_data.rst.inc
159+
160+ .. include :: /reference/forms/types/options/label.rst.inc
161+
162+ .. include :: /reference/forms/types/options/label_attr.rst.inc
163+
164164.. include :: /reference/forms/types/options/mapped.rst.inc
165165
166- .. include :: /reference/forms/types/options/inherit_data .rst.inc
166+ .. include :: /reference/forms/types/options/read_only .rst.inc
167167
168- .. include :: /reference/forms/types/options/by_reference .rst.inc
168+ .. include :: /reference/forms/types/options/required .rst.inc
169169
170170Field Variables
171171---------------
0 commit comments