Skip to content

Commit

Permalink
Add Netgen Flex recipes repo and update config
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Mar 27, 2023
1 parent 77b0204 commit ed3d18a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@
"allow-contrib": true,
"endpoint": [
"https://api.github.com/repos/ibexa/recipes/contents/index.json?ref=flex/main",
"https://api.github.com/repos/netgen/recipes/contents/index.json?ref=flex",
"https://api.github.com/repos/netgen-layouts/recipes/contents/index.json?ref=flex",
"flex://defaults"
],
Expand Down
2 changes: 1 addition & 1 deletion config/routes/netgen_better_ibexa_admin_ui.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
netgen_better_ibexa_admin_ui:
resource: '@NetgenBetterIbexaAdminUIBundle/Resources/config/routing.yaml'
resource: "@NetgenBetterIbexaAdminUIBundle/Resources/config/routing.yaml"
2 changes: 1 addition & 1 deletion config/routes/netgen_site.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
netgen_site:
resource: '@NetgenSiteBundle/Resources/config/routing.yaml'
resource: "@NetgenSiteBundle/Resources/config/routing.yaml"
2 changes: 1 addition & 1 deletion config/routes/netgen_tags.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
netgen_tags:
resource: '@NetgenTagsBundle/Resources/config/routing.yaml'
resource: "@NetgenTagsBundle/Resources/config/routing.yaml"

0 comments on commit ed3d18a

Please sign in to comment.