initial commit
This commit is contained in:
commit
5210d78d7d
969 changed files with 223828 additions and 0 deletions
22
kirby/config/areas/account/dropdowns.php
Normal file
22
kirby/config/areas/account/dropdowns.php
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<?php
|
||||
|
||||
$dropdowns = require __DIR__ . '/../users/dropdowns.php';
|
||||
|
||||
return [
|
||||
'account' => [
|
||||
...$dropdowns['user'],
|
||||
'pattern' => '(account)',
|
||||
],
|
||||
'account.languages' => [
|
||||
...$dropdowns['user.languages'],
|
||||
'pattern' => '(account)/languages',
|
||||
],
|
||||
'account.file' => [
|
||||
...$dropdowns['user.file'],
|
||||
'pattern' => '(account)/files/(:any)',
|
||||
],
|
||||
'account.file.languages' => [
|
||||
...$dropdowns['user.file.languages'],
|
||||
'pattern' => '(account)/files/(:any)/languages',
|
||||
]
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue