TypoScript reference
Important
Every setting can also be defined by TypoScript setup and constants. Normally
you should change this at
EXT:
and / or
EXT:
in your sitepackage.
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
storagePid
-
- 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 = 887366
Copied!
Settings
It is possible to overwrite existing Extension Configuration with this typoscript settings.
Frontend users login pid feUsersLoginPid
feUsersLoginPid
-
- 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 = 458788
Copied!