Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 4c77c28

Browse files
authored
Merge pull request #8180 from gabrieldagama/config-merge-warning
Added warning about arguments merge and replace
2 parents 13b75c9 + 56219b0 commit 4c77c28

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/guides/v2.3/extension-dev-guide/build/di-xml-file.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,11 @@ Node Format:
236236
</config>
237237
```
238238

239+
{:.bs-callout-warning}
240+
**Arguments on different stages**
241+
<br/>
242+
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.
243+
239244
{:.bs-callout-info}
240245
**Merging and Arguments**
241246
<br/>

0 commit comments

Comments
 (0)