@@ -32,13 +32,11 @@ objects from the database.
32
32
| | - `placeholder `_ |
33
33
| | - `preferred_choices `_ |
34
34
| | - `translation_domain `_ |
35
- | | - `label_translation_parameters `_ |
36
- | | - `attr_translation_parameters `_ |
37
- | | - `help_translation_parameters `_ |
38
35
| | - `trim `_ |
39
36
| | |
40
37
| | from the :doc: `FormType </reference/forms/types/form >`: |
41
38
| | |
39
+ | | - `attr `_ |
42
40
| | - `data `_ |
43
41
| | - `disabled `_ |
44
42
| | - `empty_data `_ |
@@ -52,6 +50,9 @@ objects from the database.
52
50
| | - `label_format `_ |
53
51
| | - `mapped `_ |
54
52
| | - `required `_ |
53
+ | | - `label_translation_parameters `_ |
54
+ | | - `attr_translation_parameters `_ |
55
+ | | - `help_translation_parameters `_ |
55
56
+-------------+------------------------------------------------------------------+
56
57
| Parent type | :doc: `ChoiceType </reference/forms/types/choice >` |
57
58
+-------------+------------------------------------------------------------------+
@@ -310,17 +311,13 @@ when rendering the field:
310
311
311
312
.. include :: /reference/forms/types/options/choice_type_translation_domain.rst.inc
312
313
313
- .. include :: /reference/forms/types/options/label_translation_parameters.rst.inc
314
-
315
- .. include :: /reference/forms/types/options/attr_translation_parameters.rst.inc
316
-
317
- .. include :: /reference/forms/types/options/help_translation_parameters.rst.inc
318
-
319
314
.. include :: /reference/forms/types/options/choice_type_trim.rst.inc
320
315
321
316
These options inherit from the :doc: `form </reference/forms/types/form >`
322
317
type:
323
318
319
+ .. include :: /reference/forms/types/options/attr.rst.inc
320
+
324
321
.. include :: /reference/forms/types/options/data.rst.inc
325
322
326
323
.. include :: /reference/forms/types/options/disabled.rst.inc
@@ -356,3 +353,9 @@ The actual default value of this option depends on other field options:
356
353
.. include :: /reference/forms/types/options/mapped.rst.inc
357
354
358
355
.. include :: /reference/forms/types/options/required.rst.inc
356
+
357
+ .. include :: /reference/forms/types/options/label_translation_parameters.rst.inc
358
+
359
+ .. include :: /reference/forms/types/options/attr_translation_parameters.rst.inc
360
+
361
+ .. include :: /reference/forms/types/options/help_translation_parameters.rst.inc
0 commit comments