belsignum/eyebrow

Adds an eyebrow field to content element headers

Maintainers

Package info

github.com/Andreas-Sommer/eyebrow

Homepage

Type:typo3-cms-extension

pkg:composer/belsignum/eyebrow

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2026-03-29 17:00 UTC

This package is auto-updated.

Last update: 2026-03-29 17:06:07 UTC


README

Adds an eyebrow input field to all tt_content records and renders it above the content header.

Features

  • Adds database field tt_content.eyebrow (varchar(255)).
  • Adds backend input field Eyebrow to all content element types.
  • Extends the header partial and outputs: <p class="eyebrow ...">...</p> before the h1-h6 headline.
  • Applies data.header_position classes to the eyebrow output.

Requirements

  • TYPO3 12.4
  • PHP 8.3 (project target)

Installation

  1. Require the extension via Composer (belsignum/eyebrow).
  2. Activate the extension in TYPO3.
  3. Run database schema updates.
  4. Include the static TypoScript template Eyebrow in your root system template.
  5. Flush TYPO3 caches.

Usage

Edit any content element and fill the Eyebrow field.
If a value is set, it is rendered inside the content <header> before the main headline.

Customization

Projects can override the extension partial in a sitepackage:

  • Partials/Header/All.html

If you override it, keep the project-specific rendering logic in your sitepackage while this extension stays reusable as the default implementation.