From 2078a1051f7baa507b16d08490e4ae6b59107429 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Mon, 23 Jan 2023 11:27:12 +0100 Subject: [PATCH] Hotpatch for https://github.com/hydephp/develop/issues/867 --- config/hyde.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/hyde.php b/config/hyde.php index 07c27960545..20ff82375c5 100644 --- a/config/hyde.php +++ b/config/hyde.php @@ -234,4 +234,9 @@ 'warn_about_outdated_config' => true, + 'navigation' => [ + // How should pages in subdirectories be displayed in the menu? + // You can choose between 'dropdown', 'flat', and 'hidden'. + 'subdirectories' => 'dropdown', + ], ];