Ahmet Bora Template hooks Template hooks allow you to manage hooks for page and file templates more easily. Docs Source Install Manual Download and extract the folder to site/plugins/template-hooks Composer Copy Git Submodule Copy // hook 'page.product.update:after' => function () { // your code goes here } Version 1.2.2 License MIT Stars 15 Supports K4 K3 Created 6 Aug 2019 Updated 10 Aug 2023 Info Topics DX Implements Hook(s) Support Docs Issues Email Latest releases 1.2.2 1.2.1 1.2.0 1.1 1.0 Similar plugins return Field::make(FieldTypes::TEXT) ->label('Description') ->toArray(); PHP Class-based Blueprints PHP Class-based Blueprints for better type safety and code completion K5 K4 K3 return [ 'afbora.loader.roots' => [ '/plugins/core', '/plugins/payment', '/plugins/shipping', ] ]; Plugin Loader With Kirby Loader you can load plugins from multiple roots. Thus, you can simplify the management of your plugins by grouping. K5 K4 K3 Statusbar Kirby frontend statusbar plugin K5 K4 More by Ahmet Bora More return [ 'afbora.loader.roots' => [ '/plugins/core', '/plugins/payment', '/plugins/shipping', ] ]; Plugin Loader With Kirby Loader you can load plugins from multiple roots. Thus, you can simplify the management of your plugins by grouping. K5 K4 K3 return [ 'afbora.kirby-minify-html' => [ 'enabled' => true, 'options' => [...] ] ]; Minify HTML Enable minify HTML output for Kirby 3 and 4. K5 K4 K3