TypoScript reference

Properties

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
 }
}
Copied!

General constants

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

Persistence storage folder storagePid

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

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!