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 fc57c52 + 2473e42 commit 7711a1cCopy full SHA for 7711a1c
src/GoogleMapField.php
@@ -161,7 +161,7 @@ public function Field($properties = array()) {
161
),
162
);
163
164
- $jsOptions = array_replace_recursive($this->options, $jsOptions);
+ $jsOptions = array_replace_recursive($jsOptions, $this->options);
165
$this->setAttribute('data-settings', Convert::array2json($jsOptions));
166
$this->requireDependencies();
167
return parent::Field($properties);
0 commit comments