Files
symfony-flex-recipes-contrib/core23.facebook-bundle.0.4.json
T
github-action botandgithub-action bot 030c77cfa8 Update Flex endpoint
2021-09-22 13:12:29 +00:00

33 lines
1.0 KiB
JSON

{
"manifests": {
"core23/facebook-bundle": {
"manifest": {
"bundles": {
"Core23\\FacebookBundle\\Core23FacebookBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"FACEBOOK_API_ID": "",
"FACEBOOK_API_SECRET": ""
}
},
"files": {
"config/packages/core23_facebook.yaml": {
"contents": [
"core23_facebook:",
" api:",
" app_id: '%env(FACEBOOK_API_ID)%'",
" app_secret: '%env(FACEBOOK_API_SECRET)%'",
""
],
"executable": false
}
},
"ref": "0e959d3befb5588bb8c2053b94c7affbff5c75c4"
}
}
}