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.

Administrator Manual

Installation

First install the extension via extension manager.

extconf

Extension Configuration

Doktype white list and black list. Black list takes precedence over white list.

The extension depends on form4_pages, so you need to install it. After the installation you can provide a list of doktypes allowed to be used within teaser plugins. By default the standard doktypes are set.

Then switch to your root template and add the static templates for form4_teaser.

extconf

Template Record

Global plugin settings

It is possible to disable every field in the plugin settings via pageTSconfig.

# Disable the recursive field
TCEFORM.tt_content.pi_flexform {
        form4teaser_teaser {
                sDEF.settings\.recursive.disabled = 1
                filtersheet.settings\.categories.disabled = 1
        }
}

When a field is disabled the value of the setting is taken from the TypoScript settings which are set up as Template Constants. The values of enabled fields are never overriden by the TypoScript settings.