Traits

\LittleGiant\CatalogManager\Extensions

Name Description
ExtensionDefinesDefaultConfig Config settings defined by extensions that have values (either in private static variables or YAML) will override those same settings on extended classes - even if the desired behaviour is to provide a default on the extension and the extended class should override these. This trait allows that behaviour to be restored.