TYPO3 tt news FAL media title

From snippet wiki
Jump to navigation Jump to search

Using tt_news as a general storage for events and linking to media files using their meta infos like title:


plugin.tt_news.newsFiles {
  size = 0
  labelStdWrap = TEXT
  labelStdWrap.field= title
  labelStdWrap.wrap = |
  stdWrap.wrap = <dd class="eventfile">|</dd>
}