Config lists are, unsurprisingly, a list of configurations, which can be applied one after the other. That means where configurations contain the same setting, the last configuration in the list wins since it overrides the previous Setting.
Examples:
- GBS Advanter user workplace
- GBS Basic user workplace
- GBS advanter User start file
- MrWatson's workplace
- GBS Developer workplace
- Start file fmLaunchPad
- …
Indeed , a Natural extension of this would be for config lists to be a list of configurations OR config lists.
Where one configuration list contains another configuration list and the contained configuration list will be applied in its normal way sequentially as one would expect.
This of course will require, checking to avoid infinite loops.
Config lists are, unsurprisingly, a list of configurations, which can be applied one after the other. That means where configurations contain the same setting, the last configuration in the list wins since it overrides the previous Setting.
Examples:
Indeed , a Natural extension of this would be for config lists to be a list of configurations OR config lists.
Where one configuration list contains another configuration list and the contained configuration list will be applied in its normal way sequentially as one would expect.
This of course will require, checking to avoid infinite loops.