- Issue created by @saccard
This happens on a Drupal 9 website with groups 2.x and two languages installed (English and German).
After installing the module via composer and enabling it with drush I wanted to export the configuration with drush cex. This gave me a huge amount of deleted english yml files. The reason was that the settings for language.entity.en.yml was modified.
Content before enabling webform_group
uuid: e2d24515-f646-4199-b9b1-1db035941d3f
langcode: en
status: true
Content after enabling webform_group
uuid: e2d24515-f646-4199-b9b1-1db035941d3f
langcode: de
status: true
At the moment I use this workaround:
After these step everything works fine.
Active
1.0
Code