Skip to content

jeroensmeets/Map-Block-Leaflet

 
 

Repository files navigation

Leaft map block for Gutenberg

The objective of this project is an alternative in Google Maps to include maps in the WordPress content, for this I take advantage of the new capabilities of the Gutenberg editor

I use leaflet for maps and as a search engine to algolia

Goals

  • Easy way to add maps inside contents of WordPress
  • Is free and no need to use any api key
  • TODO: Provide of hooks for customizer

Setup

Download this folder inside your plugins directory

cd /wp-content/plugins/leaflet-map-block/
npm install
npm start

For generate compressed files

npm run build

Feel free to tweet and say 👋 at me @goiblas

Packages

No packages published

Languages

  • JavaScript 65.1%
  • CSS 26.6%
  • PHP 8.3%