Present Progressive Auto File Templates Auto-assign file templates by file-type after upload Docs Source Download $config = [ 'presprog.auto-file-templates' => [ // Every uploaded image will be assigned the `my-image` template 'image' => 'my-image', // Every uploaded video will be assigned the `video` template 'video => true ] ]; Version 1.0.1 License MIT Stars 8 Supports K4 Created 19 Mar 2024 Updated 28 Oct 2024 Info Topics Media Panel Files Uploads Implements Hook(s) Support Docs Issues Email Latest releases 1.0.1 0.1.0 Similar plugins Form Block Suite This form plugin for Kirby offers you maximum flexibility and usability. It can be used as a block where needed. Even multiple times per pag… K5 K4 K3 Modules Subpages for modular Kirby websites K5 K4 K3 Podcaster Podcaster is a complete solution for publishing your podcast. Podcaster has you covered with simple and easy feed management, detailed analy… K5 K4 K3 More by Present Progressive More // site/routes/my-awesome-route.php use PresProg\RouteAttributes\Attributes\Get; return #[Get('/hello')] function () { return '<h1>Hello world!</h1>'; }; Route Attributes Use PHP8 attributes to define metadata for your custom routes in separate files. K4 K3 monolog()->log('something CRITICAL happend 😱', 'critical'); Monolog Have you ever missed an error message and were clueless about what was going on? Never again: Use Monolog to log your messages to a myriad o… K4 K3