TypoScript reference (fallback)
Important
TYPO3 Site Sets and Site Settings are the preferred configuration method.
Use TypoScript mainly as fallback for legacy projects or as targeted
override in your sitepackage at
EXT:
and / or
EXT:.
See Site sets reference.
Properties
General setup
Set this in your EXT:
Change your theme css
page {
includeCSS {
theme = EXT:clubmanager/Resources/Public/Scss/Theme/Theme.scss
}
}
General constants
Set this in your EXT:
Persistence storage folder storagePid
tsStoragePid
-
- type
-
int
- Default
- Path
-
plugin.tx_clubmanager.persistence
- Scope
-
Plugin, TypoScript Setup
Define the storage folder pid for your member data
plugin.tx_clubmanager.persistence.storagePid = 887366Copied!
Settings
It is possible to overwrite existing Extension Configuration with these TypoScript settings.
Frontend users login pid feUsersLoginPid
tsFeUsersLoginPid
-
- type
-
int
- Default
- 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 = 458788Copied!
Password recovery link lifetime passwordRecoveryLifeTime
tsPasswordRecoveryLifeTime
-
- type
-
int
- Default
-
48
- Path
-
plugin.tx_clubmanager.settings
- Scope
-
Plugin, TypoScript Setup
Define the lifetime (hours) of password recovery links sent by e-mail. Overwrites Extension Configuration passwordRecoveryLifeTime.
plugin.tx_clubmanager.settings.passwordRecoveryLifeTime = 48Copied!