medienbaecker/kirby-headline-section

Kirby Headline Section

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Language:Vue

Type:kirby-plugin

1.0.1 2025-07-02 14:11 UTC

This package is auto-updated.

Last update: 2025-07-02 14:12:10 UTC


README

Kirby already comes with a built-in headline field. But just like with the info field that also exists as an info section, you sometimes need a headline as a section instead of a field.

This plugin provides that functionality, allowing you to add visual separation and organization to your Panel layouts without nested fields sections.

Installation

Composer

composer require medienbaecker/kirby-headline-section

Manual

Download and copy this repository to /site/plugins/kirby-headline-section.

Usage

Add the headline section to your blueprints:

sections:
  _footer:
    label: Footer
    type: headline
  footer_pages:
    type: pages
  footer_fields:
    type: fields
    fields:
      footer_text:
        label: Footer Text
        type: text