From 5104dd0287b5f8c1f78bd773e78cdaa8245b3a30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Sapone?= Date: Wed, 27 Mar 2024 16:41:35 +0100 Subject: [PATCH] [iq2i/storia-bundle]: add recipe --- iq2i/storia-bundle/0.1/config/packages/iq2i_storia.yaml | 3 +++ iq2i/storia-bundle/0.1/config/routes/iq2i_storia.yaml | 3 +++ iq2i/storia-bundle/0.1/manifest.json | 9 +++++++++ iq2i/storia-bundle/0.1/storia/components/.gitkeep | 0 iq2i/storia-bundle/0.1/storia/pages/.gitkeep | 0 5 files changed, 15 insertions(+) create mode 100644 iq2i/storia-bundle/0.1/config/packages/iq2i_storia.yaml create mode 100644 iq2i/storia-bundle/0.1/config/routes/iq2i_storia.yaml create mode 100644 iq2i/storia-bundle/0.1/manifest.json create mode 100644 iq2i/storia-bundle/0.1/storia/components/.gitkeep create mode 100644 iq2i/storia-bundle/0.1/storia/pages/.gitkeep diff --git a/iq2i/storia-bundle/0.1/config/packages/iq2i_storia.yaml b/iq2i/storia-bundle/0.1/config/packages/iq2i_storia.yaml new file mode 100644 index 0000000000..2048830b6d --- /dev/null +++ b/iq2i/storia-bundle/0.1/config/packages/iq2i_storia.yaml @@ -0,0 +1,3 @@ +iq2i_storia: + default_path: '%kernel.project_dir%/storia' + enabled: '%env(IQ2I_STORIA_ENABLED)%' \ No newline at end of file diff --git a/iq2i/storia-bundle/0.1/config/routes/iq2i_storia.yaml b/iq2i/storia-bundle/0.1/config/routes/iq2i_storia.yaml new file mode 100644 index 0000000000..c838560e8a --- /dev/null +++ b/iq2i/storia-bundle/0.1/config/routes/iq2i_storia.yaml @@ -0,0 +1,3 @@ +iq2i_storia: + resource: '@IQ2iStoriaBundle/config/routes.php' + prefix: '/storia' \ No newline at end of file diff --git a/iq2i/storia-bundle/0.1/manifest.json b/iq2i/storia-bundle/0.1/manifest.json new file mode 100644 index 0000000000..5b936642fb --- /dev/null +++ b/iq2i/storia-bundle/0.1/manifest.json @@ -0,0 +1,9 @@ +{ + "bundles": { + "IQ2i\\StoriaBundle\\IQ2iStoriaBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "storia/": "storia/" + } +} \ No newline at end of file diff --git a/iq2i/storia-bundle/0.1/storia/components/.gitkeep b/iq2i/storia-bundle/0.1/storia/components/.gitkeep new file mode 100644 index 0000000000..e69de29bb2 diff --git a/iq2i/storia-bundle/0.1/storia/pages/.gitkeep b/iq2i/storia-bundle/0.1/storia/pages/.gitkeep new file mode 100644 index 0000000000..e69de29bb2