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