From 0f226272213a89cd27a330167d67990f9785d47a Mon Sep 17 00:00:00 2001 From: Michel Chowanski Date: Mon, 4 Dec 2017 20:48:27 +0100 Subject: [PATCH] Add flagception bundle recipe --- .../3.0/config/packages/flagception.yaml | 5 +++++ flagception/flagception-bundle/3.0/manifest.json | 8 ++++++++ 2 files changed, 13 insertions(+) create mode 100644 flagception/flagception-bundle/3.0/config/packages/flagception.yaml create mode 100644 flagception/flagception-bundle/3.0/manifest.json diff --git a/flagception/flagception-bundle/3.0/config/packages/flagception.yaml b/flagception/flagception-bundle/3.0/config/packages/flagception.yaml new file mode 100644 index 00000000..3b76eb8d --- /dev/null +++ b/flagception/flagception-bundle/3.0/config/packages/flagception.yaml @@ -0,0 +1,5 @@ +# See full configuration at https://github.com/bestit/flagception-bundle +flagception: + features: + demo_123: + default: true diff --git a/flagception/flagception-bundle/3.0/manifest.json b/flagception/flagception-bundle/3.0/manifest.json new file mode 100644 index 00000000..fe6d4426 --- /dev/null +++ b/flagception/flagception-bundle/3.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Flagception\\Bundle\\FlagceptionBundle\\FlagceptionBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}