mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
add recipe for PUGXGeoFormBundle
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
pugx_geo_form:
|
||||
# see https://developers.google.com/maps/documentation/javascript/geocoding#GeocodingRequests for possible values for "region"
|
||||
region: EU
|
||||
useSsl: false
|
||||
8
pugx/geo-form-bundle/0.2/manifest.json
Normal file
8
pugx/geo-form-bundle/0.2/manifest.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"PUGX\\GeoFormBundle\\PUGXGeoFormBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
3
pugx/geo-form-bundle/0.2/post-install.txt
Normal file
3
pugx/geo-form-bundle/0.2/post-install.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
<bg=blue;fg=white> Next for PUGXGeoFormBundle </>
|
||||
* <fg=blue>Insert</> sensitive values in configuration file
|
||||
* <fg=blue>Read</> documentation at <comment>https://github.com/PUGX/PUGXGeoFormBundle/blob/master/Resources/doc/index.md</>
|
||||
Reference in New Issue
Block a user