Skip to content

Commit

Permalink
[iq2i/storia-bundle]: add recipe (#1604)
Browse files Browse the repository at this point in the history
  • Loading branch information
loicsapone authored Mar 28, 2024
1 parent 3f41083 commit fec3bcf
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions iq2i/storia-bundle/0.1/config/packages/iq2i_storia.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
iq2i_storia:
default_path: '%kernel.project_dir%/storia'
3 changes: 3 additions & 0 deletions iq2i/storia-bundle/0.1/config/routes/iq2i_storia.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
iq2i_storia:
resource: '@IQ2iStoriaBundle/config/routes.php'
prefix: '/storia'
9 changes: 9 additions & 0 deletions iq2i/storia-bundle/0.1/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"bundles": {
"IQ2i\\StoriaBundle\\IQ2iStoriaBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"storia/": "storia/"
}
}
Empty file.
Empty file.

0 comments on commit fec3bcf

Please sign in to comment.