承接 belsignum/eyebrow 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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 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.

统计信息

  • 总下载量: 1
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 7
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2026-03-29