[TYPO3-english] tt_news TypoScript

Dan Osipov dosipov at phillyburbs.com
Wed Sep 16 16:06:02 CEST 2009


If you render the objects through TS, then you just need to modify the 
individual object code:

page.32 < plugin.tt_news
page.32 {
    displayLatest {
      title_stdWrap.crop = 140 | ... | 1
    }
}
page.33 < plugin.tt_news
page.33 {
    displayLatest {
      title_stdWrap.crop = 20 | ... | 1
    }
}

Dan Osipov
Calkins Media
http://danosipov.com/blog/

Lamb, Brian wrote:
> Greetings all, 
>  
> Is it possible to attribute different TypoScript descriptions to different tt_news records on the same page? For example, I have the following TypoScript on a page:
>  
> plugin.tt_news {
>   displayLatest {
>     title_stdWrap.crop = 140 | ... | 1
>   }
> }
>  
> Which applies to both instances of tt_news on the same page. However, I would like to have one tt_news object use this, and another change the crop information to be a bit smaller. Is this possible? If so, how?
>  
> Thanks, 
>  
> Brian Lamb


More information about the TYPO3-english mailing list