From 87d8f516f998c99e70b4df7d3a2947034ce9091e Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Fri, 7 Apr 2023 20:22:10 -0600 Subject: [PATCH] Add admin landing settings --- app/Http/Controllers/Admin/AdminSettingsController.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/Http/Controllers/Admin/AdminSettingsController.php b/app/Http/Controllers/Admin/AdminSettingsController.php index 48b920db..ab1a4ab5 100644 --- a/app/Http/Controllers/Admin/AdminSettingsController.php +++ b/app/Http/Controllers/Admin/AdminSettingsController.php @@ -140,7 +140,9 @@ trait AdminSettingsController 'show_custom_css' => 'uikit.show_custom.css', 'show_custom_js' => 'uikit.show_custom.js', 'cloud_storage' => 'pixelfed.cloud_storage', - 'account_autofollow' => 'account.autofollow' + 'account_autofollow' => 'account.autofollow', + 'show_directory' => 'landing.show_directory', + 'show_explore_feed' => 'landing.show_explore_feed', ]; foreach ($bools as $key => $value) {