TypoScript Constants
templateRootPath
-
- type
-
string
- Default
-
EXT:femanager_mail_subscribe/Resources/Private/Templates/
- Path
-
plugin.tx_femanagermailsubscribe.view.templateRootPath
Path to template root for femanager_mail_subscribe
partialRootPath
-
- type
-
string
- Default
-
EXT:femanager_mail_subscribe/Resources/Private/Partials/
- Path
-
plugin.tx_femanagermailsubscribe.view.partialRootPath
Path to partial root for femanager_mail_subscribe
layoutRootPath
-
- type
-
string
- Default
-
EXT:femanager_mail_subscribe/Resources/Private/Layouts/
- Path
-
plugin.tx_femanagermailsubscribe.view.layoutRootPath
Path to layout root for femanager_mail_subscribe
categories
-
- type
-
string
- Default
- Path
-
plugin.tx_femanagermailsubscribe.settings.categories
Restrict the selectable categories by a comma separated list of its uids
categoryRoots
-
- type
-
string
- Default
- Path
-
plugin.tx_femanagermailsubscribe.settings.categoryRoots
Restrict the selectable categories by a comma separated list of its parent category uids
TypoScript Setup
Change language labels
If you want to add translated language labels, simply add the following TypoScript setup to your TypoScript template (example in german below)
plugin.tx_femanagermailsubscribe {
_LOCAL_LANG.de {
label.mailActive = Für Newsletter anmelden
label.mailHtml = HTML E-Mails empfangen?
label.categories = Newsletter Kategorien
}
}