TypoScript Constants¶
View Settings¶
All page view settings need to be prefixed with plugin.tx_femanagermailsubscribe.view
.
templateRootPath¶
- 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¶
- 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¶
- 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¶
- categories¶
- Type
string
- Default
- Path
plugin.tx_femanagermailsubscribe.settings.categories
Restrict the selectable categories by a comma separated list of its uids
categoryRoots¶
- 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
}
}