Skip to content

Commit

Permalink
IBX-8732: Fixed ibexa/collaboration recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
ciastektk committed Dec 3, 2024
1 parent c136fb8 commit 53dab81
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion ibexa/collaboration/4.6/manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"aliases": [],
"bundles": {}
"bundles": {
"Ibexa\\Bundle\\Collaboration\\IbexaCollaborationBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
7 changes: 6 additions & 1 deletion ibexa/collaboration/5.0/manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"aliases": [],
"bundles": {}
"bundles": {
"Ibexa\\Bundle\\Collaboration\\IbexaCollaborationBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}

0 comments on commit 53dab81

Please sign in to comment.