Hello - we have a team of developers all working on developing a site. We each have our own local/sandbox database and Drupal site. The problem is that while we're doing our own assigned development tasks, we each make configuration changes to our local/sandbox Drupal site. What is the best way to merge our site configurations (YAML files) to arrive at a set of config YAML files that would represent the combined configurations? Right now our workflow is:
Export the base Drupal configuration (set of YAML files) and push that to Git.
Hi all - I am using the Group module (https://www.drupal.org/project/group). I see that the user can create/add content from the group (/group/<id>/content/create). Is there a way to do that from the direction of the node? (i.e. add content/node to group(s) upon content/node creation)?