belsignum/eyebrow
Composer 安装命令:
composer require belsignum/eyebrow
包简介
Adds an eyebrow field to content element headers
关键字:
README 文档
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
Eyebrowto all content element types. - Extends the header partial and outputs:
<p class="eyebrow ...">...</p>before theh1-h6headline. - Applies
data.header_positionclasses to the eyebrow output.
Requirements
- TYPO3
12.4 - PHP
8.3(project target)
Installation
- Require the extension via Composer (
belsignum/eyebrow). - Activate the extension in TYPO3.
- Run database schema updates.
- Include the static TypoScript template
Eyebrowin your root system template. - 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.
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2026-03-29