jousch

ts for news

Sep 23rd, 2011
879
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. lib.NEWS < tt_content.list.20.news_pi1
  3. lib.NEWS {
  4.   switchableControllerActions {
  5.     News {
  6.       1 = list
  7.     }
  8.   }
  9.   settings < plugin.tx_news.settings
  10.   settings {
  11.     //categories = 49
  12.     limit = 30
  13.     offset = 0
  14.     detailPid = 31
  15.     overrideFlexformSettingsIfEmpty := addToList(detailPid)
  16.     startingpoint = 13
  17.     cropMaxCharacters = 500
  18.     orderBy = datetime
  19.     orderDirection = desc
  20.     list.paginate.hide = 1
  21.     topNewsFirst = 1
  22.  
  23.     list {
  24.       media.image {
  25.         width = 180c
  26.         height = 180c
  27.       }
  28.     }
  29.  
  30.   }
  31.   view {
  32.     templateRootPath = {$const.tmpldir}html/extensions/news/aktuelles/Templates
  33.     partialRootPath = {$const.tmpldir}html/extensions/news/aktuelles/Partials
  34.     layoutRootPath = {$const.tmpldir}html/extensions/news/aktuelles/Layouts
  35.   }
  36. }
Advertisement