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.
composer require medienbaecker/kirby-headline-sectionDownload and copy this repository to /site/plugins/kirby-headline-section.
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