PHPackages                             plain/kirby-column-blocks - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. plain/kirby-column-blocks

ActiveKirby-plugin[Utility &amp; Helpers](/categories/utility)

plain/kirby-column-blocks
=========================

Use columns in block fields based on the layout field.

1.2.7(8mo ago)431.1kMITPHPCI passing

Since Oct 25Pushed 8mo ago3 watchersCompare

[ Source](https://github.com/plain-solutions-gmbh/kirby-column-blocks)[ Packagist](https://packagist.org/packages/plain/kirby-column-blocks)[ Docs](https://plain-solutions.net/801524)[ Fund](https://www.paypal.com/donate/?hosted_button_id=ZMV4BV3X7EUT4)[ RSS](/packages/plain-kirby-column-blocks/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (9)Dependencies (1)Versions (13)Used By (0)

Kirby Column-Block
==================

[](#kirby-column-block)

Overview
--------

[](#overview)

Use columns in [block fields](https://getkirby.com/docs/reference/panel/fields/blocks) based on the [layout field](https://getkirby.com/docs/reference/panel/fields/layout)! 🤗

Features:

- Use it as WYSIWYG
- Use paste (cmd+v) to insert any blocks in your column
- Use Drag'n'Drop to move contents from outside or inside a column block
- Customize **fieldsets** or **layouts** inside your blueprint in no time

[![Grid block](./.github/screenshot-column-block.png)](./.github/screenshot-column-block.png)

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

[](#installation)

**Manually**

[Download](https://github.com/plain-solutions-gmbh/kirby-column-blocks) and copy the plugin into your plugin folder: `/site/plugins/`

**With Composer**

`composer require plain/kirby-column-blocks`

Simple use
----------

[](#simple-use)

```
fields:
  myblock:
    type: blocks
    fieldsets:
      - heading
      - text
      - columns
```

For the output see the [block documentation](https://getkirby.com/docs/reference/panel/fields/blocks#blocks-in-your-templates)

Customization
-------------

[](#customization)

**Customize column block for a single block field**

Just extend the column block like this:

```
fields:
  myblock:
    label: Block content
    type: blocks
    fieldsets:
      - heading
      - text
      columns:
        extends: blocks/columns
        fields:
          layout:
            layouts:
              - "1/1"
              - "1/2, 1/2"
              - "1/4, 1/4, 1/4, 1/4"
            fieldsets:
              - heading
              - text
```

**Customize column block globally**

Copy `columns.yml` from `site/plugins/column-block/blueprints/blocks/`to `site/blueprints/blocks/` and edit it.

**Customize the output**

Copy `columns.php` from `site/plugins/column-block/snippets/blocks` to `site/snippets/blocks` and edit it.

Need help? See [this post](https://forum.getkirby.com/t/column-block-plugin/26828) from the Kirby forum.

License
-------

[](#license)

This plugin is free to use and is published under the MIT license. If you use this plugin for commercial purposes or wish to show your appreciation, [support me with a donation](https://www.paypal.com/donate/?hosted_button_id=ZMV4BV3X7EUT4).

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance61

Regular maintenance activity

Popularity29

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~100 days

Recently: every ~55 days

Total

12

Last Release

248d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9ee23a9e53bb84a67791e7aac6438d6a059db672c330ab09a61a2eadac37e255?d=identicon)[getplain](/maintainers/getplain)

---

Top Contributors

[![plain-solutions-gmbh](https://avatars.githubusercontent.com/u/4754476?v=4)](https://github.com/plain-solutions-gmbh "plain-solutions-gmbh (14 commits)")

---

Tags

kirby-cmskirby-pluginkirby4kirby5

### Embed Badge

![Health badge](/badges/plain-kirby-column-blocks/health.svg)

```
[![Health](https://phpackages.com/badges/plain-kirby-column-blocks/health.svg)](https://phpackages.com/packages/plain-kirby-column-blocks)
```

###  Alternatives

[getkirby/cms

The Kirby core

1.5k584.8k472](/packages/getkirby-cms)[medienbaecker/kirby-modules

Easily add modules to your pages

895.5k1](/packages/medienbaecker-kirby-modules)[distantnative/retour-for-kirby

Manage redirects and track 404s right from the Kirby CMS Panel

14698.5k1](/packages/distantnative-retour-for-kirby)[arnoson/kirby-vite

Vite helper for Kirby CMS

9765.1k3](/packages/arnoson-kirby-vite)[bnomei/kirby3-dotenv

Kirby Plugin for environment variables from .env

4149.6k2](/packages/bnomei-kirby3-dotenv)[medienbaecker/kirby-alter

242.1k](/packages/medienbaecker-kirby-alter)

PHPackages © 2026

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