文件名称:bolt-geolocation-field::memo:Bolt扩展以添加Geolocation FieldType
文件大小:11.86MB
文件格式:ZIP
更新时间:2024-05-27 08:37:43
extension boltcms JavaScript
:memo: 螺栓地理位置字段扩展
该扩展是为BoltCMS 4编写的
此扩展允许您使用以下type: geolocation字段type: geolocation ContentTypes中的type: geolocation ,如contenttypes.yaml所定义
composer require lordsimal/bolt-geolocation-field
之后,您将看到一个新的config/extensions/bolt-geolocation.yaml文件。
在这里,您必须插入Google Maps JS API密钥,否则该字段将无法正常工作!
# Settings for Bolt Geolocation Field
default:
apikey: "
【文件预览】:
bolt-geolocation-field-master
----composer.json(671B)
----config()
--------config.yaml(72B)
--------services.yml(467B)
----templates()
--------injector.html.twig(391B)
--------geolocation.html.twig(5KB)
----assets()
--------geolocation()
----screenshots()
--------backend-search.gif(1.23MB)
--------backend-field-empty.png(384KB)
--------backend-field.png(1.18MB)
--------backend-latlong.gif(2.57MB)
--------backend-zoom.gif(6.75MB)
----LICENSE(1KB)
----src()
--------GeolocationInjectorWidget.php(1KB)
--------Entity()
--------Extension.php(1KB)
--------GeolocationConfig.php(1KB)
--------TwigExtension.php(2KB)
----.gitignore(125B)
----README.md(6KB)
----easy-coding-standard.yml(4KB)