From b02b6dc4e64ef3a0170fb6f9b14ce771e5147f38 Mon Sep 17 00:00:00 2001 From: Arnaud Ligny Date: Mon, 4 Dec 2023 16:41:31 +0100 Subject: [PATCH] Update config.php --- tests/fixtures/website/config.php | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/tests/fixtures/website/config.php b/tests/fixtures/website/config.php index 938f868d7..55a8f3786 100644 --- a/tests/fixtures/website/config.php +++ b/tests/fixtures/website/config.php @@ -68,25 +68,6 @@ ], ], ], - 'menus' => [ - 'main' => [ - [ - 'id' => 'index', - 'name' => 'Homepage', - 'weight' => -9999, - ], - [ - 'id' => 'about', - 'enabled' => false, - ], - [ - 'id' => 'aligny', - 'name' => 'The author', - 'url' => 'https://arnaudligny.fr', - 'weight' => 9999, - ], - ], - ], 'theme' => [ 'a-theme', //'hyde',