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 b8ceba1 + 40cd880 commit 2473e42Copy full SHA for 2473e42
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