initial commit
This commit is contained in:
commit
5210d78d7d
969 changed files with 223828 additions and 0 deletions
10
kirby/config/areas/lab/dialogs.php
Normal file
10
kirby/config/areas/lab/dialogs.php
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
use Kirby\Panel\Lab\Responses;
|
||||
|
||||
return [
|
||||
'lab.errors' => [
|
||||
'pattern' => 'lab/errors/(:any?)',
|
||||
'load' => fn (string|null $type = null) => Responses::errorResponseByType($type)
|
||||
],
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue