From 5b85413c346e9dc232f3cf62a854e96ff058edba Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Mon, 28 Oct 2019 13:13:06 +0100 Subject: [PATCH] Initial import --- rapsys/airbundle/master/manifest.json | 11 +++++++++++ rapsys/packbundle/master/manifest.json | 8 ++++++++ rapsys/userbundle/master/manifest.json | 8 ++++++++ 3 files changed, 27 insertions(+) create mode 100644 rapsys/airbundle/master/manifest.json create mode 100644 rapsys/packbundle/master/manifest.json create mode 100644 rapsys/userbundle/master/manifest.json 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%/" + } +} -- 2.41.0