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 347
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 3
Open Issues: 0
Type:typo3-cms-extension
pkg:composer/jpmschuler/tvplus-contentslide
Requires
- php: ^8.0
 - ext-pdo: *
 - templavoilaplus/templavoilaplus: *@alpha || ^8.0.0 || 8.x-dev || dev-main
 - typo3/cms-backend: ^v11.5.10 || ^v12.4.4
 - typo3/cms-core: ^v11.5.10 || ^v12.4.4
 - typo3/cms-frontend: ^v11.5.10 || ^v12.4.4
 
Requires (Dev)
- ergebnis/composer-normalize: ^2.19.0
 - friendsofphp/php-cs-fixer: ^3.4.0
 - helmich/typo3-typoscript-lint: ^3.1.0
 - jangregor/phpstan-prophecy: ^1.0.0
 - phpstan/extension-installer: ^1.1.0
 - phpstan/phpstan: ^1.6.2
 - saschaegerer/phpstan-typo3: ^1.1.2
 - seld/jsonlint: ^1.9.0
 - squizlabs/php_codesniffer: ^3.6.2
 - ssch/typo3-rector: ^1
 - symfony/yaml: ^4.4.29 || ^5.3.6 || ^6.0
 - typo3/tailor: ^1.5
 
- dev-develop
 - v12.0.3
 - v12.0.2
 - v12.0.1
 - v12.0.0
 - v11.0.15
 - v11.0.13
 - v11.0.12
 - v11.0.10
 - v11.0.9
 - v11.0.8
 - v11.0.7
 - v11.0.6
 - v11.0.5
 - v11.0.4
 - v11.0.3
 - v11.0.2
 - v11.0.1
 - v10.0.1
 - v10.0.1-alpha.2
 - v10.0.1-alpha.1
 - v10.0.0
 - v10.0.0-alpha.2
 - v9.0.1
 - 2.0.1
 - 2.0.0
 - 1.1.3
 - 1.0.6
 - 1.0.3
 - 1.0.2
 - 1.0.1
 - 0.5.23
 - 0.5.22
 - 0.5.21
 - 0.5.20
 - 0.5.19
 - dev-TYPO3-v12
 - dev-release
 - dev-readme
 - dev-acceptance-tests
 
This package is auto-updated.
Last update: 2025-10-15 00:59:28 UTC
README
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 v11.0.6 is basically compatible with
- TYPO3: 9LTS, 10LTS, 11LTS
 - PHP: ^7.3 || ^8.0
 - EXT:templavoilaplus: v7 || v8
 
Installation
Either install EXT:tvplus_contentslide via TER (Extension Manager) or via composer 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