Skip to content

Commit

Permalink
Add reference bundle to skeleton (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Mar 21, 2024
1 parent 7cd92e2 commit c705a6a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/bundles.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@
Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle::class => ['all' => true],
Sulu\Bundle\ActivityBundle\SuluActivityBundle::class => ['all' => true],
Sulu\Bundle\TrashBundle\SuluTrashBundle::class => ['all' => true],
Sulu\Bundle\ReferenceBundle\SuluReferenceBundle::class => ['all' => true],
Scheb\TwoFactorBundle\SchebTwoFactorBundle::class => ['all' => true],
];
5 changes: 5 additions & 0 deletions config/routes/sulu_admin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,8 @@ sulu_trash_api:
resource: "@SuluTrashBundle/Resources/config/routing_api.yml"
type: rest
prefix: /admin/api

sulu_reference_api:
resource: "@SuluReferenceBundle/Resources/config/routing_api.yml"
type: rest
prefix: /admin/api

0 comments on commit c705a6a

Please sign in to comment.