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', + ], ];