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..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 @@ -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**