fonda/f-section-menu

Section menu fields for tt_content [Fonda]

Maintainers

Package info

github.com/fonda-gmbh/f_section_menu

Type:typo3-cms-extension

pkg:composer/fonda/f-section-menu

Transparency log

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2026-08-07 19:54 UTC

This package is not auto-updated.

Last update: 2026-08-08 18:09:04 UTC


README

TYPO3 extension that adds section menu fields to tt_content and provides backend preview support.

What it does

Adds following fields to every content element:

  • Section Header (section_header) — custom label used as anchor in the section navigation
  • Use Header field (section_header_use_default) — use the element's standard header instead of a custom value
  • Section Menu (section_header_menu) — used text for the section menu

These fields are used to build an anchor navigation (section menu) from content elements on a page, typically rendered below the hero element.

Provided classes

Class Description
DataProcessing\SectionMenuDataProcessor Collects section headers from main content area into {sectionMenu} for use in Fluid templates
EventListener\AfterPageContentPreviewRenderedEventListener Shows the section header as a badge in the content element backend preview
EventListener\PageLayoutContentEventListener Renders the section menu overview in the page layout module
EventListener\News\NewsDetailActionEventListener Provides contentElementsWithSectionHeader for news detail templates (requires georgringer/news)

TypoScript

Register the data processor on your page:

page.10.dataProcessing {
    70 = Fonda\FSectionMenu\DataProcessing\SectionMenuDataProcessor
}

Credits

Made by Fonda with ♥