PHPackages                             jg/kirby-fields-block - 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. jg/kirby-fields-block

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

jg/kirby-fields-block
=====================

Kirby Fields Block

v1.2.1(3y ago)10525.2k↓35.3%4[2 PRs](https://github.com/jongacnik/kirby-fields-block/pulls)MITJavaScript

Since May 17Pushed 3y ago4 watchersCompare

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

READMEChangelog (6)Dependencies (1)Versions (8)Used By (0)

Kirby Fields Block
==================

[](#kirby-fields-block)

Kirby [block preview](https://getkirby.com/docs/reference/plugins/extensions/blocks) plugin to directly render block fields, allowing for inline editing.

[![](https://camo.githubusercontent.com/af0ff49924ef28d471ee298b5c8e2c72d560918604c46f11a1a5cd3042b7f50f/68747470733a2f2f66696c65732e6a6f6e6761636e696b2e636f6d2f6b697262792d6669656c64732d707265766965772d312e706e67)](https://camo.githubusercontent.com/af0ff49924ef28d471ee298b5c8e2c72d560918604c46f11a1a5cd3042b7f50f/68747470733a2f2f66696c65732e6a6f6e6761636e696b2e636f6d2f6b697262792d6669656c64732d707265766965772d312e706e67)

Usage
-----

[](#usage)

### Block definition

[](#block-definition)

When creating a custom block in your blueprints, pass `preview: fields` to utilize this plugin

```
blockname:
  name: Block Name
  preview: fields # required
  wysiwyg: true # recommended
  fields:
    text:
      label: Text
      type: text
```

Setting `wysiwyg: true` prevents drawer from automatically opening when creating a new block.

### Disable block title

[](#disable-block-title)

You can disable the block title bar by passing `label: false`

```
blockname:
  name: Block Name
  preview: fields
  wysiwyg: true
  label: false # disables block title bar
  fields:
    text:
      label: Text
      type: text
```

 Example [![](https://camo.githubusercontent.com/9a9c3a681fd051c920a02e7191dd1c810f1b19066909a35f871e8cd106c1515a/68747470733a2f2f66696c65732e6a6f6e6761636e696b2e636f6d2f6b697262792d6669656c64732d707265766965772d322e706e67)](https://camo.githubusercontent.com/9a9c3a681fd051c920a02e7191dd1c810f1b19066909a35f871e8cd106c1515a/68747470733a2f2f66696c65732e6a6f6e6761636e696b2e636f6d2f6b697262792d6669656c64732d707265766965772d322e706e67)### Collapse/Expand block

[](#collapseexpand-block)

You can collapse or expand the block preview by clicking on the arrow icon or double clicking the block title bar.

Notes
-----

[](#notes)

- The block `icon` will appear in the title bar.
- Currently does not support blocks with tabs.

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

[](#installation)

```
composer require jg/kirby-fields-block

```

 Other installation methods### Download

[](#download)

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

### Git submodule

[](#git-submodule)

```
git submodule add https://github.com/jongacnik/kirby-fields-block.git site/plugins/kirby-fields-block

```

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity40

Moderate usage in the ecosystem

Community16

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

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

Recently: every ~153 days

Total

6

Last Release

1212d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/70fedd96f45b5458c2d1f10e0271e511ba29dd56b4e94784bd2196b6695e0594?d=identicon)[jg](/maintainers/jg)

---

Top Contributors

[![jongacnik](https://avatars.githubusercontent.com/u/974474?v=4)](https://github.com/jongacnik "jongacnik (12 commits)")[![medienbaecker](https://avatars.githubusercontent.com/u/7975568?v=4)](https://github.com/medienbaecker "medienbaecker (3 commits)")[![dennisbaum](https://avatars.githubusercontent.com/u/562826?v=4)](https://github.com/dennisbaum "dennisbaum (1 commits)")[![lukasbestle](https://avatars.githubusercontent.com/u/1595007?v=4)](https://github.com/lukasbestle "lukasbestle (1 commits)")

### Embed Badge

![Health badge](/badges/jg-kirby-fields-block/health.svg)

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

###  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)
