obisconcept / neos-gmaps
A Neos CMS package with a Google Maps node type for NEOS 3.0.0
Installs: 1 877
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 2
Open Issues: 2
Language:JavaScript
Type:neos-plugin
Requires
- neos/neos: ^4.0.0
- neos/nodetypes: ^4.0.0
Suggests
- obisconcept/neos-jquery: Provides jQuery which is required by the plugin, add it if you don't inluded jQuery by yourself
README
A Neos CMS package to add Google Maps as node
Installation
Add the package in your site package composer.json
"require": {
"obisconcept/neos-gmaps": "~2.0.0"
}
Requirements
The package requires jQuery which is not provided within.
Usage
Add your API key to the Settings.yaml
of your site package
ObisConcept:
NeosGmaps:
apiKey: '...'