Merge multidimensional arrays in Drupal
Issue:
You want to merge configurations in nested associative arrays without overwriting existing values.
Solution:
The code merges two nested arrays, preserving original values and adding new nested entries where they don't exist.
See the Drupal Nested Array documentation for more on the topic.