Configuration Reference

Target group: Developers

TSconfig Reference

You can configure the following TSconfig properties:

tx_teasermanager.icons

To provide icons for the icon selector, define them in the Page TS of your site package:

tx_teasermanager.icons {
    icon-mail = LLL:EXT:my_sitepackage/Resources/Private/Language/locallang.xlf:teasermanager.icon.mail
    icon-phone = LLL:EXT:my_sitepackage/Resources/Private/Language/locallang.xlf:teasermanager.icon.phone
}

tx_teasermanager.sizes

To provide icons for the icon selector, define them in the Page TS of your site package:

tx_teasermanager.sizes {
    teaser-big = LLL:EXT:my_sitepackage/Resources/Private/Language/locallang.xlf:teasermanager.size.big
    teaser-medium = LLL:EXT:my_sitepackage/Resources/Private/Language/locallang.xlf:teasermanager.size.medium
    teaser-small = LLL:EXT:my_sitepackage/Resources/Private/Language/locallang.xlf:teasermanager.size.small
}