@@ -32,13 +32,11 @@ objects from the database.
3232| | - `placeholder `_|
3333| | - `preferred_choices `_|
3434| | - `translation_domain `_|
35- | | - `label_translation_parameters `_|
36- | | - `attr_translation_parameters `_|
37- | | - `help_translation_parameters `_|
3835| | - `trim `_|
3936| | |
4037| | from the:doc: `FormType </reference/forms/types/form >`:|
4138| | |
39+ | | - `attr `_|
4240| | - `data `_|
4341| | - `disabled `_|
4442| | - `empty_data `_|
@@ -52,6 +50,9 @@ objects from the database.
5250| | - `label_format `_|
5351| | - `mapped `_|
5452| | - `required `_|
53+ | | - `label_translation_parameters `_|
54+ | | - `attr_translation_parameters `_|
55+ | | - `help_translation_parameters `_|
5556+-------------+------------------------------------------------------------------+
5657| Parent type| :doc: `ChoiceType </reference/forms/types/choice >`|
5758+-------------+------------------------------------------------------------------+
@@ -310,17 +311,13 @@ when rendering the field:
310311
311312 ..include ::/reference/forms/types/options/choice_type_translation_domain.rst.inc
312313
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-
319314..include ::/reference/forms/types/options/choice_type_trim.rst.inc
320315
321316These options inherit from the:doc: `form </reference/forms/types/form >`
322317type:
323318
319+ ..include ::/reference/forms/types/options/attr.rst.inc
320+
324321..include ::/reference/forms/types/options/data.rst.inc
325322
326323..include ::/reference/forms/types/options/disabled.rst.inc
@@ -356,3 +353,9 @@ The actual default value of this option depends on other field options:
356353..include ::/reference/forms/types/options/mapped.rst.inc
357354
358355..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