Skip to content

Commit

Permalink
[ibexa/*] Added ibexa/site-context configuration (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwojs authored Nov 23, 2023
1 parent beb4abb commit f6551b9
Show file tree
Hide file tree
Showing 10 changed files with 52 additions and 3 deletions.
10 changes: 10 additions & 0 deletions ibexa/commerce/4.6/config/packages/ibexa_site_context.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
ibexa:
system:
admin_group:
site_context:
excluded_paths:
- /1/5/ # Users
- /1/43/ # Media
- /1/55/ # Forms
- /1/56/ # Site skeletons
- /1/67/ # Dashboards
4 changes: 4 additions & 0 deletions ibexa/commerce/4.6/config/routes/ibexa_site_context.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ibexa.site_context.admin:
resource: '@IbexaSiteContextBundle/Resources/config/routing_admin.yaml'
defaults:
siteaccess_group_whitelist: '%admin_group_name%'
3 changes: 2 additions & 1 deletion ibexa/commerce/4.6/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@
"Ibexa\\Bundle\\ConnectorPayum\\IbexaConnectorPayumBundle": ["all"],
"Ibexa\\Bundle\\ActivityLog\\IbexaActivityLogBundle": ["all"],
"Ibexa\\Bundle\\ImagePicker\\IbexaImagePickerBundle": ["all"],
"Ibexa\\Bundle\\Dashboard\\IbexaDashboardBundle": ["all"]
"Ibexa\\Bundle\\Dashboard\\IbexaDashboardBundle": ["all"],
"Ibexa\\Bundle\\SiteContext\\IbexaSiteContextBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
Expand Down
10 changes: 10 additions & 0 deletions ibexa/experience/4.6/config/packages/ibexa_site_context.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
ibexa:
system:
admin_group:
site_context:
excluded_paths:
- /1/5/ # Users
- /1/43/ # Media
- /1/55/ # Forms
- /1/56/ # Site skeletons
- /1/67/ # Dashboards
4 changes: 4 additions & 0 deletions ibexa/experience/4.6/config/routes/ibexa_site_context.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ibexa.site_context.admin:
resource: '@IbexaSiteContextBundle/Resources/config/routing_admin.yaml'
defaults:
siteaccess_group_whitelist: '%admin_group_name%'
3 changes: 2 additions & 1 deletion ibexa/experience/4.6/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@
"Ibexa\\Bundle\\CorporateAccount\\IbexaCorporateAccountBundle": ["all"],
"Ibexa\\Bundle\\ActivityLog\\IbexaActivityLogBundle": ["all"],
"Ibexa\\Bundle\\ImagePicker\\IbexaImagePickerBundle": ["all"],
"Ibexa\\Bundle\\Dashboard\\IbexaDashboardBundle": ["all"]
"Ibexa\\Bundle\\Dashboard\\IbexaDashboardBundle": ["all"],
"Ibexa\\Bundle\\SiteContext\\IbexaSiteContextBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
Expand Down
10 changes: 10 additions & 0 deletions ibexa/headless/4.6/config/packages/ibexa_site_context.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
ibexa:
system:
admin_group:
site_context:
excluded_paths:
- /1/5/ # Users
- /1/43/ # Media
- /1/55/ # Forms
- /1/56/ # Site skeletons
- /1/67/ # Dashboards
4 changes: 4 additions & 0 deletions ibexa/headless/4.6/config/routes/ibexa_site_context.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ibexa.site_context.admin:
resource: '@IbexaSiteContextBundle/Resources/config/routing_admin.yaml'
defaults:
siteaccess_group_whitelist: '%admin_group_name%'
3 changes: 2 additions & 1 deletion ibexa/headless/4.6/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
"Ibexa\\Bundle\\Taxonomy\\IbexaTaxonomyBundle": ["all"],
"Ibexa\\Bundle\\TreeBuilder\\IbexaTreeBuilderBundle": ["all"],
"Ibexa\\Bundle\\ContentTree\\IbexaContentTreeBundle": ["all"],
"Ibexa\\Bundle\\ImagePicker\\IbexaImagePickerBundle": ["all"]
"Ibexa\\Bundle\\ImagePicker\\IbexaImagePickerBundle": ["all"],
"Ibexa\\Bundle\\SiteContext\\IbexaSiteContextBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
Expand Down
4 changes: 4 additions & 0 deletions ibexa/site-context/4.6/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"aliases": [],
"bundles": {}
}

0 comments on commit f6551b9

Please sign in to comment.