thelogicstudio/mapfield
Map field for SilverStripe userforms module
Maintainers
Package info
github.com/thelogicstudio/mapfield
Type:silverstripe-vendormodule
pkg:composer/thelogicstudio/mapfield
dev-master
2024-01-15 02:05 UTC
Requires
- silverstripe/admin: ^1.0
- silverstripe/framework: ^4.0
- silverstripe/userforms: ^5.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
BSD-3-Clause 891d76d16ab08f2e3b31ce5878decceab85fd387
- The Logic Studio <hello.woop@logicstudio.nz>
This package is auto-updated.
Last update: 2026-06-15 07:30:58 UTC
README
A field type that allows selection of a map Polygon
Installation
composer require thelogicstudio/mapfield
Set a Google Maps API key with the Maps Javascript API enabled in your site yml thusly:
TheLogicStudio\MapField\MapField:
google_maps_key: INSERT_KEY_HERE
