Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions sonata-project/admin-bundle/4.39/config/packages/sonata_admin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
sonata_admin:
title: 'Sonata Admin'
dashboard:
blocks:
- { type: sonata.admin.block.admin_list, position: left }

sonata_block:
blocks:
sonata.admin.block.admin_list:
contexts: [admin]
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
admin_area:
resource: "@SonataAdminBundle/Resources/config/routing/sonata_admin.php"
type: php

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think type is necessary for it to work.

prefix: /admin

_sonata_admin:
resource: .
type: sonata_admin
prefix: /admin
9 changes: 9 additions & 0 deletions sonata-project/admin-bundle/4.39/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"bundles": {
"Sonata\\AdminBundle\\SonataAdminBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"src/": "%SRC_DIR%/"
}
}
Empty file.
Loading