Skip to content

Commit 89f5289

Browse files
authored
IBX-6587: Added ibexa/dashboard to recipes (#87)
1 parent eea510e commit 89f5289

File tree

7 files changed

+14
-2
lines changed

7 files changed

+14
-2
lines changed

ibexa/commerce/4.6/config/packages/ibexa_admin_ui.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ ibexa:
2727
- 55 # Forms
2828
- 56 # Site skeletons
2929
- 60 # Components
30+
- 67 # Dashboards
3031
subtree_paths:
3132
content: /1/2/
3233
media: /1/43/
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ibexa.dashboard:
2+
resource: '@IbexaDashboardBundle/Resources/config/routing/admin.yaml'

ibexa/commerce/4.6/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@
8686
"Payum\\Bundle\\PayumBundle\\PayumBundle": ["all"],
8787
"Ibexa\\Bundle\\ConnectorPayum\\IbexaConnectorPayumBundle": ["all"],
8888
"Ibexa\\Bundle\\ActivityLog\\IbexaActivityLogBundle": ["all"],
89-
"Ibexa\\Bundle\\ImagePicker\\IbexaImagePickerBundle": ["all"]
89+
"Ibexa\\Bundle\\ImagePicker\\IbexaImagePickerBundle": ["all"],
90+
"Ibexa\\Bundle\\Dashboard\\IbexaDashboardBundle": ["all"]
9091
},
9192
"copy-from-recipe": {
9293
"config/": "%CONFIG_DIR%/",

ibexa/dashboard/4.6/manifest.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"aliases": [],
3+
"bundles": {}
4+
}

ibexa/experience/4.6/config/packages/ibexa_admin_ui.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ ibexa:
2727
- 55 # Forms
2828
- 56 # Site skeletons
2929
- 60 # Components
30+
- 67 # Dashboards
3031
subtree_paths:
3132
content: /1/2/
3233
media: /1/43/
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ibexa.dashboard:
2+
resource: '@IbexaDashboardBundle/Resources/config/routing/admin.yaml'

ibexa/experience/4.6/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@
7676
"Ibexa\\Bundle\\FieldTypeAddress\\IbexaFieldTypeAddressBundle": ["all"],
7777
"Ibexa\\Bundle\\CorporateAccount\\IbexaCorporateAccountBundle": ["all"],
7878
"Ibexa\\Bundle\\ActivityLog\\IbexaActivityLogBundle": ["all"],
79-
"Ibexa\\Bundle\\ImagePicker\\IbexaImagePickerBundle": ["all"]
79+
"Ibexa\\Bundle\\ImagePicker\\IbexaImagePickerBundle": ["all"],
80+
"Ibexa\\Bundle\\Dashboard\\IbexaDashboardBundle": ["all"]
8081
},
8182
"copy-from-recipe": {
8283
"config/": "%CONFIG_DIR%/",

0 commit comments

Comments
 (0)