- Issue created by @xurizaemon
- ๐ณ๐ฟNew Zealand ericgsmith
+1 for this suggestion.
The ConfigDiffer service currently uses hard coded config values to ignore (uuid and _core property) at https://git.drupalcode.org/project/config_update/-/blob/2.0.x/src/Config...
I think that it would be reasonable to:
- Introduce configuration to store ignored config keys
- Move uuid and _core into config and update the ConfigDiffer service to use the config
- Introduce logic to handle wildcards from ignored config keys in normalize https://git.drupalcode.org/project/config_update/-/blob/2.0.x/src/Config...
Given that config to ignore items was added to the UI module - perhaps this new config would make sense to be there too - and that would require some changes to implementation from above given the ConfigDiffer is part of the main module rather than the UI.