From 8816e869d7e62d15e983d3aea43688b0137fe152 Mon Sep 17 00:00:00 2001 From: Gabriel Galvao da Gama Date: Wed, 4 Nov 2020 14:47:54 +0000 Subject: [PATCH 1/2] Added warning about arguments merge and replace --- src/guides/v2.3/extension-dev-guide/build/di-xml-file.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/guides/v2.3/extension-dev-guide/build/di-xml-file.md b/src/guides/v2.3/extension-dev-guide/build/di-xml-file.md index 26220c956cb..1933072bb68 100644 --- a/src/guides/v2.3/extension-dev-guide/build/di-xml-file.md +++ b/src/guides/v2.3/extension-dev-guide/build/di-xml-file.md @@ -236,6 +236,11 @@ Node Format: ``` +{:.bs-callout-warning} +**Arguments on different stages** +
+Configuration arguments are merged when they are declared on the same stage (Initial, Global or Area-Specifc), if you declare new arguments on a higher stage like Area-Specific, the arguments declared on the higher stage will replace the existing ones. + {:.bs-callout-info} **Merging and Arguments**
From 67ec66ea8afd632931a5b8c1f1f5574cca23f240 Mon Sep 17 00:00:00 2001 From: Donald Booth Date: Wed, 4 Nov 2020 11:55:54 -0500 Subject: [PATCH 2/2] Small grammar tweak --- src/guides/v2.3/extension-dev-guide/build/di-xml-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guides/v2.3/extension-dev-guide/build/di-xml-file.md b/src/guides/v2.3/extension-dev-guide/build/di-xml-file.md index 1933072bb68..e75359f811d 100644 --- a/src/guides/v2.3/extension-dev-guide/build/di-xml-file.md +++ b/src/guides/v2.3/extension-dev-guide/build/di-xml-file.md @@ -239,7 +239,7 @@ Node Format: {:.bs-callout-warning} **Arguments on different stages**
-Configuration arguments are merged when they are declared on the same stage (Initial, Global or Area-Specifc), if you declare new arguments on a higher stage like Area-Specific, the arguments declared on the higher stage will replace the existing ones. +Configuration arguments are merged when they are declared on the same stage (Initial, Global, or Area-Specifc). If you declare new arguments on a higher stage, like Area-Specific, the arguments declared on the higher stage will replace the existing ones. {:.bs-callout-info} **Merging and Arguments**