From 9785f08ce3d187a6c721132b9aaa89df9f7e85ee Mon Sep 17 00:00:00 2001 From: Jules Pietri Date: Thu, 11 Feb 2016 01:23:42 +0100 Subject: [PATCH] add missing options `choice_value`, `choice_name` and `choice_attr` to `EntityType` --- reference/forms/types/entity.rst | 9 +++++++++ 1 file changed, 9 insertions(+) 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