axovis / neos-googlemaps
Add googlemaps plugin to neos
Installs: 538
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 1
Language:HTML
Type:typo3-flow-plugin
Requires
- typo3/flow: 3.*
- typo3/neos: 2.*
- typo3/typoscript: *
This package is not auto-updated.
Last update: 2023-05-22 21:19:44 UTC
README
Easily add a google map anywhere to your website.
The following settings can be done in Neos Inspector:
- Longitude
- Latitude
- Zoomlevel
- Width & height
- Add headline in info window
- Add text to info window
- Width & height for info window
- Define if window should be draggable
Install
To install run on your console:
composer require axovis/neos-googlemaps
OR add to your composer.json
"require": {
[...]
"axovis/neos-googlemaps": "^2.0"
},
and run composer update
Google Maps requires now an API key. You need a Browser Key which has to be added to your projects Configuration/Settings.yaml
or Configuration/<Context>/Settings.yaml
.
Follow this link for information about how to get the API key from Google Console