Preferences can be administration specific. Not yet really working.

This commit is contained in:
James Cole
2024-04-01 18:18:48 +02:00
parent 4cdb14301d
commit 75ea035630
3 changed files with 26 additions and 5 deletions

View File

@@ -215,6 +215,9 @@ return [
'zoom_level' => env('MAP_DEFAULT_ZOOM', '6'),
],
// administration specific preferences
'admin_specific_prefs' => ['frontpageAccounts'],
// default user-related values
'darkMode' => 'browser',
'list_length' => 10, // to be removed if v1 is cancelled.