Present Progressive Present Progressive

PHP Blueprint Loader

Dynamically loads PHP-based blueprints from your Kirby CMS site folder

Manual

Download and extract the folder to site/plugins/php-blueprint-loader

Composer

Git Submodule

// site/blueprints/pages/blueprint.php
$fields = [...]; // Fields for all users

if (kirby()->user()->isAdmin()) {
    $fields = [...] // Fields for admins
}

return [
    'title' => 'PHP-based blueprint',
    'fields' => $fields,
];
Version
0.1.0
License
MIT
Stars
1
Supports
K4
Created
3 Apr 2025
Updated
2 Apr 2025
Implements
Latest releases
More