Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
plugin.tt_news.displaySingle { imageWrapIfAny = <div class="newsImageWrapper">|</div> caption_stdWrap > caption_stdWrap.wrap = <div class="captionHolder">|</div> }
谁能告诉我为什么我所有的图像都进入 div.newsImage 包装器坚持单张?
如果你想用一个新的 div 包装每一个图像,那么使用这个 Typoscript:
plugin.tt_news.displaySingle.imageWrapIfAny > plugin.tt_news.displaySingle.image.wrap = <div class="newsImageWrapper">|</div>