From e2afe5017c75243f766af09f78b479301da07b31 Mon Sep 17 00:00:00 2001 From: othillo Date: Fri, 8 Dec 2017 15:52:24 +0100 Subject: [PATCH] added recipe for QandidateToggleBundle --- .../1.0/config/packages/qandidate_toggle.yaml | 5 +++++ qandidate/toggle-bundle/1.0/manifest.json | 9 +++++++++ 2 files changed, 14 insertions(+) create mode 100644 qandidate/toggle-bundle/1.0/config/packages/qandidate_toggle.yaml create mode 100644 qandidate/toggle-bundle/1.0/manifest.json diff --git a/qandidate/toggle-bundle/1.0/config/packages/qandidate_toggle.yaml b/qandidate/toggle-bundle/1.0/config/packages/qandidate_toggle.yaml new file mode 100644 index 00000000..2cd6e82f --- /dev/null +++ b/qandidate/toggle-bundle/1.0/config/packages/qandidate_toggle.yaml @@ -0,0 +1,5 @@ +# see https://github.com/qandidate-labs/qandidate-toggle-bundle/blob/master/README.md#configuration + +qandidate_toggle: + persistence: config + toggles: ~ diff --git a/qandidate/toggle-bundle/1.0/manifest.json b/qandidate/toggle-bundle/1.0/manifest.json new file mode 100644 index 00000000..4c35add8 --- /dev/null +++ b/qandidate/toggle-bundle/1.0/manifest.json @@ -0,0 +1,9 @@ +{ + "bundles": { + "Symfony\\Bundle\\SecurityBundle\\SecurityBundle": ["all"], + "Qandidate\\Bundle\\ToggleBundle\\QandidateToggleBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}