/ Published in: TYPO3
Dieses Typoscript wrappt den More-Link und umschließt ihn mit dem
-Tag, sowie fügt ihm die Klasse ".news-latest-morelink" bei.
Entwickelt von Sven Wolfermann.
Expand |
Embed | Plain Text
plugin.tt_news.displayLatest { subheader_stdWrap { stripHtml = 1 crop = 150 | ... | 1 ifEmpty.field = bodytext # the "more" link is directly appended to the subheader append = TEXT append.data = register:newsMoreLink append.wrap = <p class="news-latest-morelink">|</p> # display the "more" link only if the field bodytext contains something outerWrap = <p>|</p> } }
You need to login to post a comment.
