From 0eb1ebebc1ec27ee2d8d9e9927078a7c87bf326c Mon Sep 17 00:00:00 2001 From: core23 Date: Thu, 20 Sep 2018 14:11:28 +0200 Subject: [PATCH] Added core23/facebook-bundle --- .../0.4/config/packages/core23_facebook.yaml | 4 ++++ core23/facebook-bundle/0.4/manifest.json | 12 ++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 core23/facebook-bundle/0.4/config/packages/core23_facebook.yaml create mode 100644 core23/facebook-bundle/0.4/manifest.json diff --git a/core23/facebook-bundle/0.4/config/packages/core23_facebook.yaml b/core23/facebook-bundle/0.4/config/packages/core23_facebook.yaml new file mode 100644 index 00000000..9f3052f5 --- /dev/null +++ b/core23/facebook-bundle/0.4/config/packages/core23_facebook.yaml @@ -0,0 +1,4 @@ +core23_facebook: + api: + app_id: '%env(FACEBOOK_API_ID)%' + app_secret: '%env(FACEBOOK_API_SECRET)%' diff --git a/core23/facebook-bundle/0.4/manifest.json b/core23/facebook-bundle/0.4/manifest.json new file mode 100644 index 00000000..46a1d6fd --- /dev/null +++ b/core23/facebook-bundle/0.4/manifest.json @@ -0,0 +1,12 @@ +{ + "bundles": { + "Core23\\FacebookBundle\\Core23FacebookBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "FACEBOOK_API_ID": "", + "FACEBOOK_API_SECRET": "" + } +}