jpmschuler/tvplus-contentslide

This extension allows you to inherit the content of a TemplaVoilaPlus content element column to its child pages - Adaption of EXT:kb_tv_cont_slide to work with templavoilaplus

Installs: 28 834

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 3

Open Issues: 0

Type:typo3-cms-extension

pkg:composer/jpmschuler/tvplus-contentslide

v13.0.0 2025-12-18 13:50 UTC

README

TYPO3 extension tvplus_contentslide Latest TER version Latest Packagist version Total downloads

Supported TYPO3 versions Supported PHP versions Current CI health

EXT:tvplus_contentslide

This extension allows you to inherit the content of a TemplaVoilaPlus content element column to its child pages - Adaption of EXT:kb_tv_cont_slide to work with templavoilaplus

Compatibility

As this extension has a quite limited set of features, there will only be seldom updates. The current version v13 is basically compatible with

  • TYPO3: 12LTS, 13LTS
  • PHP: ^8.1
  • EXT:templavoilaplus: ^12.0.4

Installation

composer req jpmschuler/tvplus-contentslide

How to use

Inside your TypoScript, instead of

lib.sidebarContent = RECORDS
lib.sidebarContent.source.current = 1
lib.sidebarContent.tables = tt_content

use the following TypoScript

lib.sidebarContent = RECORDS
lib.sidebarContent.source.postUserFunc = Jpmschuler\TvplusContentslide\SlideController->main
lib.sidebarContent.source.postUserFunc.field = field_sidebar
lib.sidebarContent.tables = tt_content