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 3e3254a commit d693e1eCopy full SHA for d693e1e
code/GoogleMapField.php
@@ -139,7 +139,7 @@ public function Field($properties = array()) {
139
),
140
);
141
142
- $jsOptions = array_replace_recursive($this->options, $jsOptions);
+ $jsOptions = array_replace_recursive($jsOptions, $this->options);
143
$this->setAttribute('data-settings', Convert::array2json($jsOptions));
144
$this->requireDependencies();
145
return parent::Field($properties);
0 commit comments