Skip to content

Commit

Permalink
clarification for lists in child - parent MCFs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandreleroux authored Nov 21, 2023
1 parent acb0fa9 commit 42273bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/content/reference/mcf.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Notes about nesting MCFs:
* You can refer to one `base_mcf` per section of a MCF
* Multiple sections can refer to the same base_mcf file
* When a parameter is defined in both the base_mcf file and the current MCF, it's always the current MCF that overwrites the base_mcf file
* Note that if a parameter in the current MCF is a YAML list, the corresponding base_mcf list (if it exists) is entirely overwritten
* MCFs can be nested in chains, meaning a MCF can be use a 'child' MCF and be used by a 'parent' MCF

## Environment variables
Expand Down

0 comments on commit 42273bd

Please sign in to comment.