From b7d8a834fefd3cb8d572dc0765a78dba6f8f9ca4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Fr=C3=A9mont?= Date: Mon, 9 Dec 2024 13:24:57 +0100 Subject: [PATCH] Update docs/cookbook/admin_panel/index.md Co-authored-by: Dmitri Perunov --- docs/cookbook/admin_panel/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cookbook/admin_panel/index.md b/docs/cookbook/admin_panel/index.md index 21af4563..c3952101 100644 --- a/docs/cookbook/admin_panel/index.md +++ b/docs/cookbook/admin_panel/index.md @@ -81,7 +81,7 @@ use Sylius\Resource\Model\ResourceInterface; #[AsResource( section: 'admin', // This will influence the route name routePrefix: '/admin', - templatesDir: '@SyliusAdminUi/crud', // This directory contains the generic template for your list + templatesDir: '@SyliusAdminUi/crud', // This directory contains the generic templates formType: BookType::class, // The form type you have generated in previous step operations: [ // ...