From: Raphaƫl Gertz Date: Mon, 28 Oct 2019 12:13:06 +0000 (+0100) Subject: Initial import X-Git-Url: https://git.rapsys.eu/recipe/commitdiff_plain/5b85413c346e9dc232f3cf62a854e96ff058edba Initial import --- 5b85413c346e9dc232f3cf62a854e96ff058edba diff --git a/rapsys/airbundle/master/manifest.json b/rapsys/airbundle/master/manifest.json new file mode 100644 index 0000000..24cfc17 --- /dev/null +++ b/rapsys/airbundle/master/manifest.json @@ -0,0 +1,11 @@ +{ + "bundles": { + "Rapsys\\AirBundle": ["all"] + }, + "container": { + "locale": "en" + }, + "copy-from-package": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/rapsys/packbundle/master/manifest.json b/rapsys/packbundle/master/manifest.json new file mode 100644 index 0000000..2d7d2c9 --- /dev/null +++ b/rapsys/packbundle/master/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Rapsys\\PackBundle": ["all"] + }, + "copy-from-package": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/rapsys/userbundle/master/manifest.json b/rapsys/userbundle/master/manifest.json new file mode 100644 index 0000000..724952c --- /dev/null +++ b/rapsys/userbundle/master/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Rapsys\\UserBundle": ["all"] + }, + "copy-from-package": { + "config/": "%CONFIG_DIR%/" + } +}