- Issue created by @zilloww
When I export the configuration of an online site, as soon as I put it in my local "config/sync" folder, I realize that it modifies several configurations that contain multi-line configurations.
Here's an example:
foo:
- bar
- baz
becomes
foo: "bar\nbaz"
The is maybe something to do with the Yaml::dump() function that's used to get the config data formatted as YML. Given that I don't really have much time to correct this problem. I'm opening this issue. If no one corrects it in the meantime, I'll do it as soon as I have time.
Active
1.0
Code