- Issue created by @tstoeckler
Due to the way we use the union storage optional configuration is always checked last, regardless of its origin. This is problematic if a profile wants to override shipped configuration of a module, but ship that override in its own config/optional
directory, because it does not directly depend on the module. With Config Overlay the module-provided config will be read instead of the profile-provided one.
announcements_feeds
out of the box, but provides a modified announcement_feeds.settings
configuration in config/optional
, for example to set the limit from 10 to 5.announcements_feeds
. Observe that the limit is 5.Active
2.0
Code