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: 17 884
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 4
Open Issues: 0
Type:typo3-cms-extension
Requires
- php: ^7.3 || ^8.0
- ext-pdo: *
- templavoilaplus/templavoilaplus: ^7.3.0 || ^8.0.0 || 7.3.x-dev || 8.x-dev || dev-main || *@alpha
- typo3/cms-backend: ^v9.5.31 || ^v10.4.28 || ^v11.5.10
- typo3/cms-core: ^v9.5.31 || ^v10.4.28 || ^v11.5.10
- typo3/cms-frontend: ^v9.5.31 || ^v10.4.28 || ^v11.5.10
Requires (Dev)
- ergebnis/composer-normalize: ^2.19.0
- friendsofphp/php-cs-fixer: ^3.4.0
- helmich/typo3-typoscript-lint: ^2.5.2
- jangregor/phpstan-prophecy: ^1.0.0
- phpstan/extension-installer: ^1.1.0
- phpstan/phpstan: ^1.6.2
- rector/rector: 0.13.4
- saschaegerer/phpstan-typo3: ^1.1.2
- seld/jsonlint: ^1.9.0
- squizlabs/php_codesniffer: ^3.6.2
- symfony/yaml: ^4.4.29 || ^5.3.6 || ^6.0
- dev-develop
- 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-release
- dev-readme
- dev-acceptance-tests
This package is auto-updated.
Last update: 2023-05-19 16:23:33 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