Currently when you export your site's configuration having made changes to your webform elements, it's very difficult to see what has changed. This is because it's all stored/exported as a serialised array on one big line. It's very hard to review the changes you've made and what you are committing to git. It'd be a nice to have to this in a more developer readable format if possible.

Comments

stella created an issue. See original summary.

jrockowitz’s picture

@stella There is no way via core to alter YAML configuration files during a config export but single config exports are tidied when the Webform devel module is enabled.

@see #2845465: Add CodeMirror editor and tidy YAML when exporting single webform config file

You can also use the `drush webform-tidy` command to tidy your exported configuration.

stella’s picture

Status: Active » Closed (works as designed)

Ok great, thanks!