shortlist-digital / agreable-venues-plugin
Wordpress plugin for Shortlist Media.
Package info
github.com/shortlist-digital/agreable-venues-plugin
Language:JavaScript
Type:wordpress-plugin
pkg:composer/shortlist-digital/agreable-venues-plugin
4.0.2
2017-08-21 18:32 UTC
Requires
- guzzlehttp/guzzle: ~6.0
- illuminate/container: ~5.1.0
- shortlist-digital/herbert-framework: ~1.0
This package is not auto-updated.
Last update: 2026-06-04 07:57:15 UTC
README
Development of React/Redux App
npm start will install dependencies and open a browser window ready to go.
Plugin for displaying venues on a map powered by a Parse database.
Dependencies
Assumes presence of:
- Timber
- Advanced Custom Fields
Built with
- Herbert to make WP plugins friendly.
- Parse as our DB.
- LeafletJS for maps.
- React for JS views.
- Redux for JS state.
- webpack for build
Inline SVGs
Using svg-inline-loader and svg-inline-react.
Implementation example:
<InlineSVG src={require('!svg-inline!../../icons/facebook.svg')} />
The prefixed bang (!) is necessary. Explained here.