Bug #72186
closedProvide opportunity to use file reference data in ClickEnlargeViewHelper
100%
Description
If you are overriding the whole TS configuration under
lib.fluidContent.settings.media.popup
to use your own lightbox for click-enlarging, there is no possibility to use file reference data like e.g. title and caption in the TypoScript.
You need to set a file or file reference into the content object renderer.
Example for lightbox:
lib.fluidContent.settings.media.popup > lib.fluidContent.settings.media.popup { typolink { parameter { cObject = IMG_RESOURCE cObject.file { import.data = TSFE:lastImageInfo|origFile width = 1140m height = 600m } override.field = image_link override.listNum.stdWrap.data = register:IMAGE_NUM_CURRENT override.if.isTrue.field = image_link } title.data = file:current:title altText.data = file:current:alternative ATagParams = data-toggle="lightbox" data-title="{file:current:title}" data-footer="{file:current:description}" ATagParams.insertData = 1 } }
Updated by Gerrit Code Review almost 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/45223
Updated by Gerrit Code Review almost 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/45223
Updated by Gerrit Code Review almost 9 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/45223
Updated by Gerrit Code Review almost 9 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/45223
Updated by Gerrit Code Review almost 9 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/45223
Updated by Gerrit Code Review almost 9 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/45223
Updated by Markus Klein almost 9 years ago
- Tracker changed from Feature to Bug
- TYPO3 Version set to 7
- Is Regression set to No
Updated by Markus Klein almost 9 years ago
- Target version set to Candidate for patchlevel
Updated by Thomas Löffler almost 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 1d8886e152037695ce8223e57ec67a7e12edbe17.