DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Configuration Reference

When you add Settings to your wrapper like

1
2
# Wrapper Settings / TypoScript
email_to = myname@mycompany.com

then you can access them in your Extbase Controller like this:

1
2
3
<?php
$settings = $this->settings
?>

FAQ

Please use the TYPO3 Forge bug tracker or send an email to <salvaracer@gmx.de> if you have a question that should be listed here.