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.
2 parents 60379ae + d693e1e commit 40cd880Copy full SHA for 40cd880
code/GoogleMapField.php
@@ -149,7 +149,7 @@ public function Field($properties = array()) {
149
),
150
);
151
152
- $jsOptions = array_replace_recursive($this->options, $jsOptions);
+ $jsOptions = array_replace_recursive($jsOptions, $this->options);
153
$this->setAttribute('data-settings', Convert::array2json($jsOptions));
154
$this->requireDependencies();
155
return parent::Field($properties);
0 commit comments