Upgrade to 3.7.0
This commit is contained in:
3
kirby/config/areas/languages/views.php
Normal file → Executable file
3
kirby/config/areas/languages/views.php
Normal file → Executable file
@@ -1,12 +1,13 @@
|
||||
<?php
|
||||
|
||||
use Kirby\Cms\App;
|
||||
use Kirby\Toolkit\Escape;
|
||||
|
||||
return [
|
||||
'languages' => [
|
||||
'pattern' => 'languages',
|
||||
'action' => function () {
|
||||
$kirby = kirby();
|
||||
$kirby = App::instance();
|
||||
|
||||
return [
|
||||
'component' => 'k-languages-view',
|
||||
|
Reference in New Issue
Block a user