UNPKG

@blessmesanta/strapi-google-maps

Version:

A Google Maps custom field for Strapi, allowing you to pick a location.

11 lines (10 loc) 293 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = ({ strapi }) => { // @ts-ignore Strapi typings are incomplete strapi.customFields.register({ name: 'location-picker', plugin: 'google-maps', type: 'json', }); };