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

Added warning about arguments merge and replace #8180

Merged
merged 3 commits into from
Nov 9, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/guides/v2.3/extension-dev-guide/build/di-xml-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,11 @@ Node Format:
</config>
```

{:.bs-callout-warning}
**Arguments on different stages**
<br/>
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**
<br/>
Expand Down