I have a Typo3 Project, in which I realized a Image-Gallery with Lightbox and the following TypoScript code:
tt_content.image.20.1.imageLinkWrap >
tt_content.image.20.1.imageLinkWrap = 1
tt_content.image.20.1.imageLinkWrap {
enable = 1
JSwindow = 0
directImageLink = 1
linkParams.ATagParams.dataWrap = class="lightbox" rel="lightbox{field:uid}"
}
Now I have the problem, that other pictures on the page, which are not part of the content (eg. the logo on the top), get also the "lightbox"-class and the -rel attribute. How can I exclude all images which are not part of the Gallery?
thx