TypoScript reference

Important

Every setting can also be defined by TypoScript setup and constants. Normally you should change this at EXT:mysitepackage/Configuration/TypoScript/setup.typoscript and / or EXT:mysitepackage/Configuration/TypoScript/constants.typoscript in your sitepackage.

General setup

Set this in your EXT:mysitepackage/Configuration/TypoScript/setup.typoscript

Change your theme css

Set your own CSS-theme by changing page.includeCSS.theme
page {
        includeCSS {
                theme = EXT:clubmanager/Resources/Public/Scss/Theme/Theme.scss
        }
}

General constants

Set this in your EXT:mysitepackage/Configuration/TypoScript/constants.typoscript

Persistence storage folder storagePid

storagePid
Type

int

Default

0

Path

plugin.tx_clubmanager.persistence

Scope

Plugin, TypoScript Setup

Define the storage folder pid for your member data

plugin.tx_clubmanager.persistence.storagePid = 887366

Settings

It is possible to overwrite existing Extension Configuration with this typoscript settings.

Frontend users login pid feUsersLoginPid

feUsersLoginPid
Type

int

Default

0

Path

plugin.tx_clubmanager.settings

Scope

Plugin, TypoScript Setup

Define the default fe_users login page where users are directed to via e-mail link. Overwrites Extension Configuration feUsersLoginPid!

plugin.tx_clubmanager.settings.feUsersLoginPid = 458788