mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-25 15:55:22 +00:00
Add admin landing settings
This commit is contained in:
parent
014a4d9c51
commit
87d8f516f9
1 changed files with 3 additions and 1 deletions
|
@ -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…
Reference in a new issue