Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jensjns/acf-leaflet-field
WordPress plugin thats adds a leaflet field to Advanced Custom Fields
https://github.com/jensjns/acf-leaflet-field
Last synced: 27 days ago
JSON representation
WordPress plugin thats adds a leaflet field to Advanced Custom Fields
- Host: GitHub
- URL: https://github.com/jensjns/acf-leaflet-field
- Owner: jensjns
- Created: 2013-04-06T17:55:26.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-07-16T13:52:20.000Z (over 8 years ago)
- Last Synced: 2024-08-03T17:10:38.072Z (4 months ago)
- Language: JavaScript
- Homepage: http://wordpress.org/plugins/advanced-custom-fields-leaflet-field/
- Size: 1.3 MB
- Stars: 13
- Watchers: 2
- Forks: 11
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-acf - Leaflet map - adds a Leaflet map-field. (Third-Party Add-Ons)
README
ACF Leaflet field
=================
The latest stable release can be found [here](http://wordpress.org/extend/plugins/advanced-custom-fields-leaflet-field/).
Description
-----------
Addon for [Advanced Custom Fields](http://www.advancedcustomfields.com/) that adds a Leaflet map-field to the available field types.Installation
------------
1. Upload acf-leaflet-field to the /wp-content/plugins/ directory.
1. Make sure you have [Advanced Custom Fields](http://www.advancedcustomfields.com/) installed and activated
1. Activate the plugin through the 'Plugins' menu in WordPress.
1. Add a Leaflet field to a ACF field group and save
1. The field is now ready for useInstructions
------------
Use ```the_leaflet_field( 'my_leaflet_field' );``` where you want to render the map.