site.options values are limited to individual elements (e.g. string, bool, false, etc). But sometimes you want to pass a dictionary for more expressiveness. For example, the following config would use an array and a dictionary in the config:
site:
options:
foo:
one: two
three: four
nested key: val configuration is a common pattern in projects, so I
site.optionsvalues are limited to individual elements (e.g. string, bool, false, etc). But sometimes you want to pass a dictionary for more expressiveness. For example, the following config would use an array and a dictionary in the config:nested
key: valconfiguration is a common pattern in projects, so I