From 4c70975762954e88c8baa97e4a4d98393708b035 Mon Sep 17 00:00:00 2001 From: Germain LECOURTOIS <48405438+germainlecourtoissloop@users.noreply.github.com> Date: Tue, 3 Aug 2021 02:51:54 +0200 Subject: [PATCH] Symfony Flex Recipe for Woleet-Bundle (#1183) * SYmfony Flex Recipe for Woleet-Bundle * fix ident for yaml * fix : remove alias on contrib base * fix : remove uneeded param in receipt --- .../1.0/config/packages/monsieur_sloop_woleet.yaml | 6 ++++++ monsieursloop/woleet-bundle/1.0/manifest.json | 8 ++++++++ 2 files changed, 14 insertions(+) create mode 100644 monsieursloop/woleet-bundle/1.0/config/packages/monsieur_sloop_woleet.yaml create mode 100644 monsieursloop/woleet-bundle/1.0/manifest.json diff --git a/monsieursloop/woleet-bundle/1.0/config/packages/monsieur_sloop_woleet.yaml b/monsieursloop/woleet-bundle/1.0/config/packages/monsieur_sloop_woleet.yaml new file mode 100644 index 00000000..d8f7b396 --- /dev/null +++ b/monsieursloop/woleet-bundle/1.0/config/packages/monsieur_sloop_woleet.yaml @@ -0,0 +1,6 @@ +monsieur_sloop_woleet: + #API KEY + api_key: "YOUR_API_KEY" + #API CALLBACK KEY + api_callback_key: "YOUR_API_CALLBACK_KEY" + diff --git a/monsieursloop/woleet-bundle/1.0/manifest.json b/monsieursloop/woleet-bundle/1.0/manifest.json new file mode 100644 index 00000000..f0fe823b --- /dev/null +++ b/monsieursloop/woleet-bundle/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "MonsieurSloop\\Bundle\\WoleetBundle\\MonsieurSloopWoleetBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}