From baa68d817b9117ae44b74611d839051232581fe1 Mon Sep 17 00:00:00 2001 From: core23 Date: Thu, 20 Sep 2018 08:11:35 +0200 Subject: [PATCH] Added core23/shariff-bundle --- .../3.0/config/packages/core23_shariff.yaml | 15 +++++++++++++++ .../3.0/config/routes/core23_shariff.yaml | 3 +++ core23/shariff-bundle/3.0/manifest.json | 12 ++++++++++++ 3 files changed, 30 insertions(+) create mode 100644 core23/shariff-bundle/3.0/config/packages/core23_shariff.yaml create mode 100644 core23/shariff-bundle/3.0/config/routes/core23_shariff.yaml create mode 100644 core23/shariff-bundle/3.0/manifest.json diff --git a/core23/shariff-bundle/3.0/config/packages/core23_shariff.yaml b/core23/shariff-bundle/3.0/config/packages/core23_shariff.yaml new file mode 100644 index 00000000..399fc215 --- /dev/null +++ b/core23/shariff-bundle/3.0/config/packages/core23_shariff.yaml @@ -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 diff --git a/core23/shariff-bundle/3.0/config/routes/core23_shariff.yaml b/core23/shariff-bundle/3.0/config/routes/core23_shariff.yaml new file mode 100644 index 00000000..08f968de --- /dev/null +++ b/core23/shariff-bundle/3.0/config/routes/core23_shariff.yaml @@ -0,0 +1,3 @@ +core23_shariff: + resource: '@Core23ShariffBundle/Resources/config/routing/backend.yml' + prefix: /shariff diff --git a/core23/shariff-bundle/3.0/manifest.json b/core23/shariff-bundle/3.0/manifest.json new file mode 100644 index 00000000..ae9a7fb0 --- /dev/null +++ b/core23/shariff-bundle/3.0/manifest.json @@ -0,0 +1,12 @@ +{ + "bundles": { + "Core23\\ShariffBundle\\Core23ShariffBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "FACEBOOK_API_ID": "", + "FACEBOOK_API_SECRET": "" + } +}