diff --git a/docs/cookbook/admin_panel/index.md b/docs/cookbook/admin_panel/index.md index b77bd707..a99ef476 100644 --- a/docs/cookbook/admin_panel/index.md +++ b/docs/cookbook/admin_panel/index.md @@ -27,7 +27,7 @@ use Sylius\Resource\Model\ResourceInterface; #[AsResource( section: 'admin', // This will influence the route name routePrefix: '/admin', - templatesDir: '@SyliusBootstrapAdminUi/crud', // This directory contains the generic template for your list + templatesDir: '@SyliusAdminUi/crud', // This directory contains the generic template for your list operations: [ new Index( // This operation will add your "index" operation for the book list grid: BookGrid::class, // Use the grid class you have generated above