Bruno Meilick PHP Class-based Blueprints PHP Class-based Blueprints for better type safety and code completion Website Docs Source Download Sponsor return Field::make(FieldTypes::TEXT) ->label('Description') ->toArray(); Version 4.5.0 License MIT Stars 16 Supports K4 K3 Created 24 Nov 2023 Updated 20 Nov 2024 Info Topics DX Blueprints Support Docs Issues Email Latest releases 4.5.0 4.4.12 4.4.11 4.4.10 4.4.9 Similar plugins Devkit Get easily accessible info on variables and data in frontend for template development. K4 blueprints ├── pages │ ├── default.yml │ ├── home.policy.yml │ ├── simple.policy.yml │ ├── content.yml │ └── post.policy.yml ├── users │ ├── admin.yml │ └── editor.yml └── site.yml Policy Display different fields for different user roles in the Panel K4 Kirby::plugin('bnomei/example', [ 'blueprints' => autoloader(__DIR__) ->blueprints(), 'snippets' => autoloader(__DIR__) ->snippets(), // other extensions ]); Autoloader Helper to automatically load various Kirby extensions in a plugin K4 K3 More by Bruno Meilick More Janitor Run command – like cleaning the cache – from within the Panel via a customizable button, directly in PHP code or with a cronjob K4 K3 Recently Modified Kirby Plugin to view recently modified pages by current User (or other collections) K4 K3 return [ 'bnomei.robots-txt' => [ 'content' => '...' ] ]; Robots.txt Manage the robots.txt from Kirby's config file K4 K3