diff --git a/reference/forms/types/entity.rst b/reference/forms/types/entity.rst index 434db25388f..67f7f9a0e28 100644 --- a/reference/forms/types/entity.rst +++ b/reference/forms/types/entity.rst @@ -22,6 +22,9 @@ objects from the database. +-------------+------------------------------------------------------------------+ | Inherited | from the :doc:`choice ` type: | | options | | +| | - `choice_value`_ | +| | - `choice_name`_ | +| | - `choice_attr`_ | | | - `placeholder`_ | | | - `choice_translation_domain`_ | | | - `translation_domain`_ | @@ -195,6 +198,12 @@ Inherited Options These options inherit from the :doc:`choice ` type: +.. include:: /reference/forms/types/options/choice_value.rst.inc + +.. include:: /reference/forms/types/options/choice_name.rst.inc + +.. include:: /reference/forms/types/options/choice_attr.rst.inc + .. include:: /reference/forms/types/options/placeholder.rst.inc .. include:: /reference/forms/types/options/choice_translation_domain.rst.inc