obisconcept/neos-gmaps

A Neos CMS package with a Google Maps node type for NEOS 3.0.0

Installs: 1 876

Dependents: 1

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 2

Open Issues: 2

Language:JavaScript

Type:neos-plugin

3.0.0 2020-07-04 16:37 UTC

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: '...'