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.

Using the extension by TypoScriptΒΆ

It is also possible to use the extension by TypoScript. It offers a widget, which easily can be included and configured.

lib.someplace < plugin.tx_sfbanners.widgets.bannerWidget

The widget has some default settings, which can be overridden by TypoScript. If ou for example would like to change the displaymode of the inserted widget, you can do it like shown below.

lib.mybanner < plugin.tx_sfbanners.widgets.bannerWidget
lib.mybanner.settings.displayMode = allRandom

All possible TypoScript configuration settings can be found in the configuration section of this manual.