obisconcept / neos-gmaps

A Neos CMS package to add Google Maps as node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

neos-gmaps

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

About

A Neos CMS package to add Google Maps as node


Languages

Language:JavaScript 54.3%Language:PHP 45.7%