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 Column Blocks Use columns in block fields based on the layout field! Supports Paste and Drag&Drop! K5 K4 K3 Modules Subpages for modular Kirby websites K5 K4 K3 Janitor Run command – like cleaning the cache – from within the Panel via a customizable button, directly in PHP code or with a cronjob 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