- 🇨🇦Canada adam-vessey PE, Canada
In terms of other data/schema types, I suspect all of those `list_*` types provided by the core "options" modules would be similarly problematic, so in addition to `list_string`, also `list_integer` and `list_float`? That said, I've not (yet) verified them personally.
- 🇬🇧United Kingdom longwave UK
When upgrading from config_split 2.0.0-beta4 to 2.0.1 on a multisite install that has a
list_string
field with split config with differing key/value pairs, I was running into this error after exporting config and then trying to reimport:Unexpected error during import with operation update for field.storage.block_content.field_background_type: A list field "field_background_type" with existing data cannot have its keys changed.
Adding the hook in #4 worked for me, exporting the config added
config_split_sequence
keys to the changes instead of trying to renumber all the keys, and imports/exports worked as expected from then on.