Skip to content

Commit d7e7b0b

Browse files
author
Vladyslav Riabchenko
committed
correct attr link in entity type doc
1 parent 71fc7ce commit d7e7b0b

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

reference/forms/types/entity.rst

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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

321316
These options inherit from the :doc:`form </reference/forms/types/form>`
322317
type:
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

0 commit comments

Comments
 (0)