Actions
Bug #70847
closedActivating the lightbox rendering in the constants with fluid_styled_content does not output lightbox class in html
Start date:
2015-10-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
Files
Updated by Tobias H. about 9 years ago
I can confirm. The old Javascript for show picture is still generated.
TYPO3 7.5 with fluid_styled_content
Updated by Riccardo De Contardi about 9 years ago
- Category set to Content Rendering
Updated by Riccardo De Contardi almost 9 years ago
- Status changed from New to Needs Feedback
Hi. Could you test with the 7.6.2 or the latest master (8.0-dev) ? I added to the TS Constants:
styles.content.textmedia.linkWrap.lightboxEnabled = 1
and in both cases the output becomes:
<a href="/fileadmin/_processed_/csm_cdz_1_16efa2b817.jpg" class="lightbox" rel="lightbox[19]"> <img alt="alt text" src="/fileadmin/_processed_/csm_cdz_1_d5758107fe.jpg" width="500" height="281"> </a>
Do you think it is sufficient to consider it closed? Thank you
Updated by Wouter Wolters almost 9 years ago
- Status changed from Needs Feedback to Closed
Reported as working. Closing this ticket.
Actions