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 00000000..80c74966 --- /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 00000000..02fc51dc --- /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 00000000..78f84ecd --- /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 00000000..e69de29b 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 00000000..e69de29b