PHPackages                             junohamburg/kirby-visual-block-selector - 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. junohamburg/kirby-visual-block-selector

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

junohamburg/kirby-visual-block-selector
=======================================

Kirby Visual Block Selector

3.0.2(5mo ago)593.9k↓26.5%3MITVue

Since Apr 27Pushed 5mo ago3 watchersCompare

[ Source](https://github.com/junohamburg/kirby-visual-block-selector)[ Packagist](https://packagist.org/packages/junohamburg/kirby-visual-block-selector)[ RSS](/packages/junohamburg-kirby-visual-block-selector/feed)WikiDiscussions main Synced 1mo ago

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

Kirby Visual Block Selector
===========================

[](#kirby-visual-block-selector)

This plugin for **Kirby 5** replaces the block selector with a customized version that displays a preview image for each block.

[![Visual block selector](https://private-user-images.githubusercontent.com/77532479/287306428-5f742752-85ac-44f0-8fd2-7c9031df1387.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzQ3NDU2OTgsIm5iZiI6MTc3NDc0NTM5OCwicGF0aCI6Ii83NzUzMjQ3OS8yODczMDY0MjgtNWY3NDI3NTItODVhYy00NGYwLThmZDItN2M5MDMxZGYxMzg3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjAzMjklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwMzI5VDAwNDk1OFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWZkOWVmZjMzZmZiNzRiZTk1MTRmMmJlMDA5YWZkNDZiZTJkN2Q3ZTUxZDBhMjdiOGE4NGIxMDljNjI1MzJlNDkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.UlBDovlxXopu890NFZrVJ5WjfOtwmwdFhoPBl2lGirA)](https://private-user-images.githubusercontent.com/77532479/287306428-5f742752-85ac-44f0-8fd2-7c9031df1387.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzQ3NDU2OTgsIm5iZiI6MTc3NDc0NTM5OCwicGF0aCI6Ii83NzUzMjQ3OS8yODczMDY0MjgtNWY3NDI3NTItODVhYy00NGYwLThmZDItN2M5MDMxZGYxMzg3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjAzMjklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwMzI5VDAwNDk1OFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWZkOWVmZjMzZmZiNzRiZTk1MTRmMmJlMDA5YWZkNDZiZTJkN2Q3ZTUxZDBhMjdiOGE4NGIxMDljNjI1MzJlNDkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.UlBDovlxXopu890NFZrVJ5WjfOtwmwdFhoPBl2lGirA)

Please note: If you are using **Kirby 4**, please install [v2.1.0](https://github.com/junohamburg/kirby-visual-block-selector/releases/tag/2.1.0). If you are using **Kirby 3**, please install [v1.1.2](https://github.com/junohamburg/kirby-visual-block-selector/releases/tag/1.1.2).

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

[](#installation)

### Download

[](#download)

Download and copy this repository to `/site/plugins/kirby-visual-block-selector`.

### Composer

[](#composer)

```
composer require junohamburg/kirby-visual-block-selector

```

### Git submodule

[](#git-submodule)

```
git submodule add https://github.com/junohamburg/kirby-visual-block-selector.git site/plugins/kirby-visual-block-selector

```

Setup
-----

[](#setup)

1. Create the block preview images in 480×270 pixel. The images are displayed in a fixed aspect ratio of 16/9.
2. Create the folder `assets/block-previews`.
3. Save the images in the `assets/block-previews` folder with the same name as the block. For example, the preview image of `heading.yml` is `heading.png`. Any image format (png, jpg, gif, svg) should work.

Tip: You can define fieldset groups for the `blocks` field: [Kirby docs](https://getkirby.com/docs/reference/panel/fields/blocks#defining-fieldsets__groups)

**⚠️ Please note:** If there are no preview images for a `blocks` field, the default Kirby block selector will be displayed.

License
-------

[](#license)

MIT

Credits
-------

[](#credits)

- [JUNO](https://juno-hamburg.com)

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance72

Regular maintenance activity

Popularity35

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

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

Recently: every ~184 days

Total

12

Last Release

160d ago

Major Versions

1.1.2 → 2.0.02023-12-01

2.1.0 → 3.0.02025-05-28

### Community

Maintainers

![](https://www.gravatar.com/avatar/ca6ef4c29ad69abbc24132ad55da4ded893de3818f205ac089c7eac64a9f56fd?d=identicon)[junohamburg](/maintainers/junohamburg)

---

Top Contributors

[![SebastianEberlein-JUNO](https://avatars.githubusercontent.com/u/77532479?v=4)](https://github.com/SebastianEberlein-JUNO "SebastianEberlein-JUNO (44 commits)")[![bastianallgeier](https://avatars.githubusercontent.com/u/24532?v=4)](https://github.com/bastianallgeier "bastianallgeier (10 commits)")

### Embed Badge

![Health badge](/badges/junohamburg-kirby-visual-block-selector/health.svg)

```
[![Health](https://phpackages.com/badges/junohamburg-kirby-visual-block-selector/health.svg)](https://phpackages.com/packages/junohamburg-kirby-visual-block-selector)
```

###  Alternatives

[distantnative/retour-for-kirby

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

14689.4k1](/packages/distantnative-retour-for-kirby)[mzur/kirby-uniform

A versatile Kirby plugin to handle web form actions.

26068.3k13](/packages/mzur-kirby-uniform)[arnoson/kirby-vite

Vite helper for Kirby CMS

9759.2k3](/packages/arnoson-kirby-vite)[thathoff/kirby-git-content

Plugin to track changes to content in a git repository.

15343.7k](/packages/thathoff-kirby-git-content)[sylvainjule/locator

A map &amp; geolocation field, built on top of open-source services / Mapbox

11237.3k1](/packages/sylvainjule-locator)[tobimori/kirby-seo

The default choice for SEO on Kirby: Implement technical SEO &amp; Meta best practices with ease and provide an easy-to-use editor experience

10039.7k1](/packages/tobimori-kirby-seo)

PHPackages © 2026

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