netlify-cms-widget-gmaps

1.0.0 • Public • Published

NPM npm bundle size (minified) npm

netlify-cms-widget-gmaps

Install

As an npm package:

npm install --save netlify-cms-widget-gmaps
import {
  netlifyCmsGMapsControl,
  netlifyCmsGMapsPreview
} from 'netlify-cms-widget-gmaps'

CMS.registerWidget('gmaps', netlifyCmsGMapsControl, netlifyCmsGMapsPreview)

Via script tag:

<script src="https://unpkg.com/netlify-cms-widget-gmaps@^1.0.0"></script>

<script>
  CMS.registerWidget('gmaps', netlifyCmsGMapsControl, netlifyCmsGMapsPreview)
</script>

How to use

Add to your Netlify CMS configuration:

fields:
  - { name: <fieldname>, label: <fieldlabel>, widget: gmaps }

Readme

Keywords

none

Package Sidebar

Install

npm i netlify-cms-widget-gmaps

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

536 kB

Total Files

12

Last publish

Collaborators

  • dresah