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%/" + } +}