From fec3bcfe2ba74bfce3ebc21aaa5d22d3b923208e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Sapone?= Date: Thu, 28 Mar 2024 21:51:36 +0100 Subject: [PATCH] [iq2i/storia-bundle]: add recipe (#1604) --- iq2i/storia-bundle/0.1/config/packages/iq2i_storia.yaml | 2 ++ 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/.gitignore | 0 iq2i/storia-bundle/0.1/storia/pages/.gitignore | 0 5 files changed, 14 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/.gitignore create mode 100644 iq2i/storia-bundle/0.1/storia/pages/.gitignore 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 000000000..80c74966b --- /dev/null +++ b/iq2i/storia-bundle/0.1/config/packages/iq2i_storia.yaml @@ -0,0 +1,2 @@ +iq2i_storia: + default_path: '%kernel.project_dir%/storia' 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 000000000..02fc51dc8 --- /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' diff --git a/iq2i/storia-bundle/0.1/manifest.json b/iq2i/storia-bundle/0.1/manifest.json new file mode 100644 index 000000000..78f84ecd5 --- /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/" + } +} diff --git a/iq2i/storia-bundle/0.1/storia/components/.gitignore b/iq2i/storia-bundle/0.1/storia/components/.gitignore new file mode 100644 index 000000000..e69de29bb diff --git a/iq2i/storia-bundle/0.1/storia/pages/.gitignore b/iq2i/storia-bundle/0.1/storia/pages/.gitignore new file mode 100644 index 000000000..e69de29bb