mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
Added core23/facebook-bundle
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
core23_facebook:
|
||||
api:
|
||||
app_id: '%env(FACEBOOK_API_ID)%'
|
||||
app_secret: '%env(FACEBOOK_API_SECRET)%'
|
||||
12
core23/facebook-bundle/0.4/manifest.json
Normal file
12
core23/facebook-bundle/0.4/manifest.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Core23\\FacebookBundle\\Core23FacebookBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"FACEBOOK_API_ID": "",
|
||||
"FACEBOOK_API_SECRET": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user