Upgrade to 3.6.0
This commit is contained in:
12
kirby/config/areas/account.php
Executable file
12
kirby/config/areas/account.php
Executable file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return function () {
|
||||
return [
|
||||
'icon' => 'account',
|
||||
'label' => t('view.account'),
|
||||
'search' => 'users',
|
||||
'dialogs' => require __DIR__ . '/account/dialogs.php',
|
||||
'dropdowns' => require __DIR__ . '/account/dropdowns.php',
|
||||
'views' => require __DIR__ . '/account/views.php'
|
||||
];
|
||||
};
|
Reference in New Issue
Block a user