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