From efc6c2ec52a52fa354967d5201684337429d49a2 Mon Sep 17 00:00:00 2001 From: Maxime Doutreluingne Date: Tue, 26 Jul 2022 11:16:51 +0200 Subject: [PATCH] [Form] Remove `:end-before:`, `:start-after:` as it's not used anymore --- .../forms/types/options/choice_translation_domain.rst.inc | 2 -- .../types/options/choice_translation_domain_disabled.rst.inc | 4 ---- .../types/options/choice_translation_domain_enabled.rst.inc | 4 ---- 3 files changed, 10 deletions(-) diff --git a/reference/forms/types/options/choice_translation_domain.rst.inc b/reference/forms/types/options/choice_translation_domain.rst.inc index a6e582ccf7a..e676567a057 100644 --- a/reference/forms/types/options/choice_translation_domain.rst.inc +++ b/reference/forms/types/options/choice_translation_domain.rst.inc @@ -1,8 +1,6 @@ ``choice_translation_domain`` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -DEFAULT_VALUE - This option determines if the choice values should be translated and in which translation domain. diff --git a/reference/forms/types/options/choice_translation_domain_disabled.rst.inc b/reference/forms/types/options/choice_translation_domain_disabled.rst.inc index 9c5dd6e2436..d9e711f0a07 100644 --- a/reference/forms/types/options/choice_translation_domain_disabled.rst.inc +++ b/reference/forms/types/options/choice_translation_domain_disabled.rst.inc @@ -1,7 +1,3 @@ -.. include:: /reference/forms/types/options/choice_translation_domain.rst.inc - :end-before: DEFAULT_VALUE - **type**: ``string``, ``boolean`` or ``null`` **default**: ``false`` .. include:: /reference/forms/types/options/choice_translation_domain.rst.inc - :start-after: DEFAULT_VALUE diff --git a/reference/forms/types/options/choice_translation_domain_enabled.rst.inc b/reference/forms/types/options/choice_translation_domain_enabled.rst.inc index 53e45bd1eaa..dad2666f9c4 100644 --- a/reference/forms/types/options/choice_translation_domain_enabled.rst.inc +++ b/reference/forms/types/options/choice_translation_domain_enabled.rst.inc @@ -1,7 +1,3 @@ -.. include:: /reference/forms/types/options/choice_translation_domain.rst.inc - :end-before: DEFAULT_VALUE - **type**: ``string``, ``boolean`` or ``null`` **default**: ``true`` .. include:: /reference/forms/types/options/choice_translation_domain.rst.inc - :start-after: DEFAULT_VALUE