mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 10:06:31 +03:00
Symfony 8.0 removed XmlFileLoader support for routing (deprecated in 7.4). The PHP routing file sonata_admin.php was introduced in SonataAdminBundle 4.39, so a new recipe version is required rather than modifying the existing 4.0 recipe. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
11 lines
237 B
YAML
11 lines
237 B
YAML
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]
|