PHPackages                             grommasdietz/kirby-blueprint-areas - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. grommasdietz/kirby-blueprint-areas

ActiveKirby-plugin[Admin Panels](/categories/admin)

grommasdietz/kirby-blueprint-areas
==================================

Add custom Panel areas via blueprints on Kirby CMS

1.0.9(2w ago)211.2kMITPHPPHP ^8.2CI passing

Since Feb 3Pushed 1w ago1 watchersCompare

[ Source](https://github.com/grommasdietz/kirby-blueprint-areas)[ Packagist](https://packagist.org/packages/grommasdietz/kirby-blueprint-areas)[ RSS](/packages/grommasdietz-kirby-blueprint-areas/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (10)Dependencies (16)Versions (27)Used By (0)

Kirby Blueprint Areas
=====================

[](#kirby-blueprintareas)

Add custom Panel areas via blueprints on Kirby CMS.

[![Cover image showing an example of the plugin in use](/.github/assets/hero-image.png)](/.github/assets/hero-image.png)

Requirements
------------

[](#requirements)

- Kirby 5+
- PHP 8.2+

Installation
------------

[](#installation)

```
composer require grommasdietz/kirby-blueprint-areas
```

Tip

If you don’t use Composer, you can download this repository and copy it to `site/plugins/kirby-blueprint-areas`.

Quickstart
----------

[](#quickstart)

Create blueprints in `site/blueprints/areas`. Define `title`, `icon`, and your desired content:

```
# site/blueprints/areas/namespace.yml
title: Namespace
icon: box

tabs:
  content:
    label: Content
    columns:
      - width: 1/1
        sections:
          settings:
            type: fields
            fields:
              headline:
                label: Headline
                type: headline
```

Each blueprint will render as an own area. Each area saves content to site model by default. Optionally change resolved model (like a page) with [query](docs/usage/index.md#query) or restrict users [access](docs/usage/index.md#access-control).

### Options

[](#options)

Configure via `site/config/config.php`:

```
return [
  'grommasdietz.blueprint-areas' => [
    'panel' => [
      // Show/hide all auto-registered menu entries
      'enabled'    => true,

      // Show a numeric badge instead of a dot on menu items
      'badgeCount' => false,
    ],

    // override the blueprint directory
    'blueprints.root' => kirby()->root('blueprints') . '/areas',
  ]
];
```

### Documentation

[](#documentation)

Full reference for [usage](docs/usage/index.md), [contributions](docs/contributions/index.md) and [maintenance](docs/maintenance/index.md) lives in [documentation](docs/index.md).

---

Changelog
---------

[](#changelog)

See [CHANGELOG.md](CHANGELOG.md) for version history and changes.

---

Security
--------

[](#security)

See [SECURITY.md](SECURITY.md) for security policies and reporting vulnerabilities.

---

Contributing
------------

[](#contributing)

See [CONTRIBUTING.md](CONTRIBUTING.md) for guidance and expectations.

---

License
-------

[](#license)

[MIT](LICENSE.md) © 2026 Grommas Dietz

###  Health Score

52

—

FairBetter than 96% of packages

Maintenance98

Actively maintained with recent releases

Popularity28

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 56.8% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~13 days

Recently: every ~25 days

Total

11

Last Release

15d ago

Major Versions

1.0.3 → 2.0.02026-02-16

### Community

Maintainers

![](https://www.gravatar.com/avatar/0bb3d1cab7f30711576ede9d0547977e67d14de0fb70ab1b417ced695bb1d8f6?d=identicon)[grommasdietz](/maintainers/grommasdietz)

---

Top Contributors

[![grommasdietz](https://avatars.githubusercontent.com/u/136818759?v=4)](https://github.com/grommasdietz "grommasdietz (88 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (57 commits)")[![semantic-release-bot](https://avatars.githubusercontent.com/u/32174276?v=4)](https://github.com/semantic-release-bot "semantic-release-bot (10 commits)")

---

Tags

areasblueprintkirbykirby-cmskirby-pluginSettingskirbykirby-pluginkirby-cmspanelblueprints

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/grommasdietz-kirby-blueprint-areas/health.svg)

```
[![Health](https://phpackages.com/badges/grommasdietz-kirby-blueprint-areas/health.svg)](https://phpackages.com/packages/grommasdietz-kirby-blueprint-areas)
```

###  Alternatives

[bnomei/kirby3-janitor

Kirby Plugin for running commands like cleaning the cache from within the Panel, PHP code or a cronjob

9342.8k2](/packages/bnomei-kirby3-janitor)[medienbaecker/kirby-modules

Easily add modules to your pages

895.5k1](/packages/medienbaecker-kirby-modules)[bnomei/kirby-janitor

Kirby Plugin for running commands like cleaning the cache from within the Panel, PHP code or a cronjob

935.5k2](/packages/bnomei-kirby-janitor)[pechente/kirby-admin-bar

Kirby Admin Bar

532.8k](/packages/pechente-kirby-admin-bar)[visionbites/usage-reference

Show references to a page or file on the objects blueprint.

268.1k](/packages/visionbites-usage-reference)[grommasdietz/kirby-hidden-characters

Kirby CMS plugin for visualising hidden characters in the Panel

461.8k](/packages/grommasdietz-kirby-hidden-characters)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
