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