diff --git a/reference/forms/types/enum.rst b/reference/forms/types/enum.rst index 43ca7833a38..02fc19cd59b 100644 --- a/reference/forms/types/enum.rst +++ b/reference/forms/types/enum.rst @@ -83,6 +83,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