From abd022a56335af0fc9b4dd0c5d7d6c13a3e19c37 Mon Sep 17 00:00:00 2001 From: Maxime Doutreluingne Date: Sun, 3 Apr 2022 11:32:35 +0200 Subject: [PATCH 1/3] Fix multiple duplicates and remove :end-before:, :start-after: as it's not used anymore --- .../types/options/choice_translation_domain_disabled.rst.inc | 4 ---- 1 file changed, 4 deletions(-) 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 From 49f40645567774ccc668fca016c0da180ed8189e Mon Sep 17 00:00:00 2001 From: Maxime Doutreluingne Date: Sun, 3 Apr 2022 11:33:00 +0200 Subject: [PATCH 2/3] Fix multiple duplicates and remove :end-before:, :start-after: as it's not used anymore --- .../types/options/choice_translation_domain_enabled.rst.inc | 4 ---- 1 file changed, 4 deletions(-) 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 From f4028b9ce18229d9e2e102a540c21430a2bbc2e8 Mon Sep 17 00:00:00 2001 From: Maxime Doutreluingne Date: Sun, 3 Apr 2022 11:34:03 +0200 Subject: [PATCH 3/3] Remove DEFAULT_VALUE as it's not used anymore --- reference/forms/types/options/choice_translation_domain.rst.inc | 2 -- 1 file changed, 2 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.