We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0bf079 commit 4d6c26eCopy full SHA for 4d6c26e
code/GoogleMapField.php
@@ -57,7 +57,7 @@ public function Field($properties = array()) {
57
),
58
);
59
60
- $jsOptions = array_merge($jsOptions, $this->options);
+ $jsOptions = array_replace_recursive($jsOptions, $this->options);
61
$this->setAttribute('data-settings', Convert::array2json($jsOptions));
62
return parent::Field($properties);
63
}
0 commit comments