From f477314613beb26b0ce4c61ec0b1900df1de1cb1 Mon Sep 17 00:00:00 2001 From: polo Date: Mon, 1 Sep 2025 18:52:17 +0200 Subject: =?UTF-8?q?renommage=20des=20pr=C3=A9sentations,modif=20pr=C3=A9se?= =?UTF-8?q?ntation=20des=20blocs=20et=20largeur=20min=20(donc=20nb=20de=20?= =?UTF-8?q?colonnes)=20en=20mode=20grid,=20corrections=20de=20bugs=20et=20?= =?UTF-8?q?erreurs=20404,=20le=20param=20page=5Fmodif=20n'est=20plus=20une?= =?UTF-8?q?=20action,=20l=C3=A9g=C3=A8re=20symfonyfication=20du=20routeur?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/installation.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/installation.php') diff --git a/src/installation.php b/src/installation.php index dd3aa35..b251c43 100644 --- a/src/installation.php +++ b/src/installation.php @@ -118,8 +118,10 @@ function makeStartPage(EntityManager $entityManager){ $bloc_new_page = new Node('new_page', NULL, [], 1, $main, $new_page, NULL); /* -- table presentation -- */ - $list = new Presentation('list'); + $fullwidth = new Presentation('fullwidth'); $grid = new Presentation('grid'); + $mosaic = new Presentation('mosaic'); + $carousel = new Presentation('carousel'); /* -- table image -- */ // paramètres: file_name, file_path, file_path_mini, mime_type, alt @@ -169,8 +171,10 @@ function makeStartPage(EntityManager $entityManager){ $entityManager->persist($bloc_new_page); /* -- table presentation -- */ - $entityManager->persist($list); + $entityManager->persist($fullwidth); $entityManager->persist($grid); + $entityManager->persist($mosaic); + $entityManager->persist($carousel); /* -- table image -- */ $entityManager->persist($favicon); -- cgit v1.2.3