Sugar Network/Recipe Specification: Difference between revisions
| Line 22: | Line 22: | ||
Options that are common for all sections except [DEFAULT]. | Options that are common for all sections except [DEFAULT]. | ||
'''inherit''' = <section-name> | '''inherit''' = <section-name> [; ...] | ||
Include options from another section. | Include options from another section. | ||
'''merge''' = <section-name> | '''merge''' = <section-name> [; ...] | ||
The same behaviour like ''inherit'' but merge values for list type options i.e. final values will consist of base-section values with adding child-section values. List options are: | The same behaviour like ''inherit'' but merge values for list type options i.e. final values will consist of base-section values with adding child-section values. List options are: | ||