Skip to content

Commit 573cbcb

Browse files
author
MateuszKolankowski
committed
Added routing configuration for integrated help
1 parent dfdacc0 commit 573cbcb

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ibexa.integrated_help.rest:
2+
resource: '@IbexaIntegratedHelpBundle/Resources/config/routing_rest.yaml'
3+
prefix: '%ibexa.rest.path_prefix%'

ibexa/integrated-help/4.6/manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
"aliases": [],
33
"bundles": {
44
"Ibexa\\Bundle\\IntegratedHelp\\IbexaIntegratedHelpBundle": ["all"]
5+
},
6+
"copy-from-recipe": {
7+
"config/": "%CONFIG_DIR%/"
58
}
69
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ibexa.integrated_help.rest:
2+
resource: '@IbexaIntegratedHelpBundle/Resources/config/routing_rest.yaml'
3+
prefix: '%ibexa.rest.path_prefix%'

ibexa/integrated-help/5.0/manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
"aliases": [],
33
"bundles": {
44
"Ibexa\\Bundle\\IntegratedHelp\\IbexaIntegratedHelpBundle": ["all"]
5+
},
6+
"copy-from-recipe": {
7+
"config/": "%CONFIG_DIR%/"
58
}
69
}

0 commit comments

Comments
 (0)