DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

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
}