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
Requires
- php: ^8.1
- ext-pdo: *
- templavoilaplus/templavoilaplus: ^12.0.4 || dev-main
- typo3/cms-backend: ^v12.4.37 || ^v13.4.18
- typo3/cms-core: ^v12.4.37 || ^v13.4.18
- typo3/cms-frontend: ^v12.4.37 || ^v13.4.18
Requires (Dev)
- ergebnis/composer-normalize: ^2.48.2
- friendsofphp/php-cs-fixer: ^3.92.3
- helmich/typo3-typoscript-lint: ^3.3.0
- jangregor/phpstan-prophecy: ^1.0.2
- phpstan/extension-installer: ^1.4.3
- phpstan/phpstan: ^1.12.32
- saschaegerer/phpstan-typo3: ^1.10.2
- seld/jsonlint: ^1.11.0
- squizlabs/php_codesniffer: ^3.13.5
- ssch/typo3-rector: ^v2.15.2
- symfony/yaml: ^6 || ^7
- typo3/tailor: ^1.7.0
- dev-main
- 13.x-dev
- v13.0.0
- 12.x-dev
- 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-develop
- dev-TYPO3-v12
- dev-release
- dev-readme
- dev-acceptance-tests
This package is auto-updated.
Last update: 2025-12-18 13:52:03 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 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