Upgrade to 3.7.0
This commit is contained in:
4
kirby/config/areas/account.php
Normal file → Executable file
4
kirby/config/areas/account.php
Normal file → Executable file
@@ -1,9 +1,11 @@
|
||||
<?php
|
||||
|
||||
use Kirby\Toolkit\I18n;
|
||||
|
||||
return function () {
|
||||
return [
|
||||
'icon' => 'account',
|
||||
'label' => t('view.account'),
|
||||
'label' => I18n::translate('view.account'),
|
||||
'search' => 'users',
|
||||
'dialogs' => require __DIR__ . '/account/dialogs.php',
|
||||
'dropdowns' => require __DIR__ . '/account/dropdowns.php',
|
||||
|
Reference in New Issue
Block a user