- 🇩🇪Germany cweiske
We use webform_config_ignore to not run into problems when deploying code to a test/stage/production system that has changed webform configuration in the database.
Our process is:
- Get a new database dump from live
- Import it locally
- Import the local configuration that is committed into git
- Export the (webform) changes and commit it to git, so that we have the current state in version control
This would break when the export would ignore webforms completely. So I'm on bburg's side, and would like to keep the current behavior.
- 🇺🇸United States robpowell Boston
I'll add that I agree with the OP and this is how I expected it to work. Ignoring config should do just that, ignore them fully. In terms of a patch approach to provide this functionality, we could have a config option that a user could opt in to fully ignore the config.