.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../Includes.txt .. _admin-manual: Administrator Manual ==================== Installation ------------ First install the extension via extension manager. .. figure:: ../Images/AdministratorManual/form4_teaser-extconf.png :width: 905px :alt: 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. .. figure:: ../Images/AdministratorManual/form4_teaser_static_template.png :width: 700px :alt: 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.