We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Widget Google Maps looks for an API Key if selecting advanced.
$gmap_api = $pluginParams->get('gmap_api', '');
But the field is missing in the Astroid plugin.
Also errors in the console log, (even with key hard coded).
The text was updated successfully, but these errors were encountered:
@felixkat Thank you for report issue. I fixed this issue at d28e568
Please help me download v3-branch and test it.
Sorry, something went wrong.
The new field is tested and working.
Strangely though, the advanced map only works when Minify JS is enabled.
If Minify JS is disabled it only works 5% of the time
sonvnn
Successfully merging a pull request may close this issue.
Widget Google Maps looks for an API Key if selecting advanced.
$gmap_api = $pluginParams->get('gmap_api', '');
But the field is missing in the Astroid plugin.
Also errors in the console log, (even with key hard coded).
The text was updated successfully, but these errors were encountered: