Upgrade to 3.6.0
This commit is contained in:
14
kirby/config/areas/account/dropdowns.php
Executable file
14
kirby/config/areas/account/dropdowns.php
Executable file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
$dropdowns = require __DIR__ . '/../users/dropdowns.php';
|
||||
|
||||
return [
|
||||
'account' => [
|
||||
'pattern' => '(account)',
|
||||
'options' => $dropdowns['user']['options']
|
||||
],
|
||||
'account.file' => [
|
||||
'pattern' => '(account)/files/(:any)',
|
||||
'options' => $dropdowns['user.file']['options']
|
||||
],
|
||||
];
|
Reference in New Issue
Block a user