Fernando Gutiérrez Policy Display different fields for different user roles in the Panel Docs Source Download blueprints ├── pages │ ├── default.yml │ ├── home.policy.yml │ ├── simple.policy.yml │ ├── content.yml │ └── post.policy.yml ├── users │ ├── admin.yml │ └── editor.yml └── site.yml Version 1.0.7 License MIT Stars 14 Supports K4 Created 24 May 2024 Updated 2 Aug 2024 Info Topics Panel Blueprints User management Implements Blueprint(s) Support Docs Issues Latest releases 1.0.7 1.0.6 1.0.5 1.0.4 1.0.3 Similar plugins Bouncer Restrict access of a user role to a specific page (and its children) in the Panel. K4 K3 More by Fernando Gutiérrez More use Beebmx\KirbyDB\DB; DB::table('users')->get(); Illuminate Database Use Laravel's illuminate/database package in Kirby K4 K3 \Beebmx\KirbyEnv::load('main/path'); return [ 'debug' => env('KIRBY_DEBUG', false), 'secret' => env('SECRET_KEY'), 'public' => env('PUBLIC_KEY'), ]; Env Store project credentials and variables in a .env file and access them in Kirby K4 K3 Patrol An easy and customizable way to manage access to website pages according to the roles assigned to users within the Kirby panel interface. K4