Upgrade to 3.6.0
This commit is contained in:
9
kirby/config/areas/files/dropdowns.php
Executable file
9
kirby/config/areas/files/dropdowns.php
Executable file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
use Kirby\Cms\Find;
|
||||
|
||||
return [
|
||||
'file' => function (string $parent, string $filename) {
|
||||
return Find::file($parent, $filename)->panel()->dropdown();
|
||||
}
|
||||
];
|
Reference in New Issue
Block a user