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 Reload On Save Automatically reload the frontend when content changes are saved in the panel. K4 K3 Modules Subpages for modular Kirby websites K4 K3 Merx A powerful toolkit to create your very own online shop. Start entirely from scratch or integrate a store into your existing Kirby websi… K4 K3 More by Present Progressive More 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 // 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