From ad37e5b92d053366b1c04fe5474a0ae39958a386 Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Mon, 11 Nov 2024 23:26:15 +0100 Subject: [PATCH] [Form] Update enum.rst: Adding `choice_label` --- reference/forms/types/enum.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/reference/forms/types/enum.rst b/reference/forms/types/enum.rst index 7a49128f28c..6a78004c7ff 100644 --- a/reference/forms/types/enum.rst +++ b/reference/forms/types/enum.rst @@ -100,6 +100,22 @@ Inherited Options These options inherit from the :doc:`ChoiceType `: +.. include:: /reference/forms/types/options/choice_attr.rst.inc + +.. include:: /reference/forms/types/options/choice_filter.rst.inc + +.. include:: /reference/forms/types/options/choice_label.rst.inc + +.. include:: /reference/forms/types/options/choice_loader.rst.inc + +.. include:: /reference/forms/types/options/choice_name.rst.inc + +.. include:: /reference/forms/types/options/choice_translation_domain_enabled.rst.inc + +.. include:: /reference/forms/types/options/choice_translation_parameters.rst.inc + +.. include:: /reference/forms/types/options/choice_value.rst.inc + .. include:: /reference/forms/types/options/error_bubbling.rst.inc .. include:: /reference/forms/types/options/error_mapping.rst.inc