Skip to content

Commit

Permalink
[iq2i/storia-bundle]: add recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
loicsapone committed Mar 27, 2024
1 parent 3f41083 commit 5104dd0
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
3 changes: 3 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,3 @@
iq2i_storia:
default_path: '%kernel.project_dir%/storia'
enabled: '%env(IQ2I_STORIA_ENABLED)%'

Check failure on line 3 in iq2i/storia-bundle/0.1/config/packages/iq2i_storia.yaml

View workflow job for this annotation

GitHub Actions / call-qa / Run checks

Should end with a newline
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'

Check failure on line 3 in iq2i/storia-bundle/0.1/config/routes/iq2i_storia.yaml

View workflow job for this annotation

GitHub Actions / call-qa / Run checks

Should end with a newline
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/"
}
}

Check failure on line 9 in iq2i/storia-bundle/0.1/manifest.json

View workflow job for this annotation

GitHub Actions / call-qa / Run checks

Should end with a newline
Empty file.
Empty file.

0 comments on commit 5104dd0

Please sign in to comment.