Add admin landing settings

pull/4282/head
Daniel Supernault 2 years ago
parent 014a4d9c51
commit 87d8f516f9
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -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) {

Loading…
Cancel
Save