- 🇦🇺Australia sime Melbourne
I wonder if you're not using the symfony yaml parser https://www.drupal.org/node/2769555#comment-11854900 →
Some configuration values are multiline (mails, system.maintenance & etc) but their export contains "\r\n" to split lines.
That makes configuration merging hard for such strings and mostly impossible to use configuration translations management for big config objects (for example webforms
#2836206: Translation of big webforms broken →
)
Beautify export and make diff/merge tools less painful
http://symfony.com/doc/3.1/components/yaml.html#dumping-multi-line-liter...
agree on approach
patch, commit
No
TBD
All config files that have multiline strings will be updated on next export
Configuration files with multi-line strings will be exported using Symfony's multi-line literal block formatting option, improving readability and diffs. This will mean a configuration diff the first time a configuration file is re-exported.
Fixed
9.2
Last updated
Enhances developer experience.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I wonder if you're not using the symfony yaml parser https://www.drupal.org/node/2769555#comment-11854900 →