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.

Included extension setupsΒΆ

The package includes basic configurations for a few core extensions. These configurations and templates are provided "as-is"! Important: See the manuals of the extensions for information about how to install and configure them before testing and using the setups provided by bsdist.

../../_images/bsdist-typoscript-ext.png

Before including an extension setup, try to understand the provided original configuration and/or templates of the extension. Include the configuration files of additional extension in the root files using INCLUDE_TYPOSCRIPT. See constant.ts and setup.ts.

Example from setup.ts, at the end of the file.

/* --------------------
* Additional configurations
*/
<INCLUDE_TYPOSCRIPT: source="FILE:fileadmin/bsdist/theme/typoscript/nav/setup.ts">
#<INCLUDE_TYPOSCRIPT: source="FILE:fileadmin/bsdist/theme/typoscript/lang/multilang.ts">
#<INCLUDE_TYPOSCRIPT: source="FILE:fileadmin/bsdist/theme/typoscript/lang/langnav.ts">

# --- Extension setups (see constants.ts) ---
#
#<INCLUDE_TYPOSCRIPT: source="FILE:fileadmin/bsdist/theme/typoscript/ext/indexed_search/setup.ts">
#<INCLUDE_TYPOSCRIPT: source="FILE:fileadmin/bsdist/theme/typoscript/ext/felogin/setup.ts">
#<INCLUDE_TYPOSCRIPT: source="FILE:fileadmin/bsdist/theme/typoscript/ext/grids/setup.ts">
#<INCLUDE_TYPOSCRIPT: source="FILE:fileadmin/bsdist/theme/typoscript/ext/iconfont/setup.ts">