mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Added core23/shariff-bundle
This commit is contained in:
@@ -0,0 +1,15 @@
|
|||||||
|
core23_shariff:
|
||||||
|
services:
|
||||||
|
facebook:
|
||||||
|
app_id: '%env(FACEBOOK_API_ID)%'
|
||||||
|
secret: '%env(FACEBOOK_API_SECRET)%'
|
||||||
|
|
||||||
|
sonata_block:
|
||||||
|
blocks:
|
||||||
|
core23_shariff.block.share:
|
||||||
|
|
||||||
|
doctrine_cache:
|
||||||
|
providers:
|
||||||
|
core23_shariff:
|
||||||
|
type: php_file
|
||||||
|
namespace: core23_shariff
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
core23_shariff:
|
||||||
|
resource: '@Core23ShariffBundle/Resources/config/routing/backend.yml'
|
||||||
|
prefix: /shariff
|
||||||
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"bundles": {
|
||||||
|
"Core23\\ShariffBundle\\Core23ShariffBundle": ["all"]
|
||||||
|
},
|
||||||
|
"copy-from-recipe": {
|
||||||
|
"config/": "%CONFIG_DIR%/"
|
||||||
|
},
|
||||||
|
"env": {
|
||||||
|
"FACEBOOK_API_ID": "",
|
||||||
|
"FACEBOOK_API_SECRET": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user