فهرست منبع

Add admin landing settings

Daniel Supernault 2 سال پیش
والد
کامیت
87d8f516f9
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 3 1
      app/Http/Controllers/Admin/AdminSettingsController.php

+ 3 - 1
app/Http/Controllers/Admin/AdminSettingsController.php

@@ -140,7 +140,9 @@ trait AdminSettingsController
 			'show_custom_css' => 'uikit.show_custom.css',
 			'show_custom_css' => 'uikit.show_custom.css',
 			'show_custom_js' => 'uikit.show_custom.js',
 			'show_custom_js' => 'uikit.show_custom.js',
 			'cloud_storage' => 'pixelfed.cloud_storage',
 			'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) {
 		foreach ($bools as $key => $value) {