Attention
TYPO3 v12 has reached end-of-life as of April 30th 2026 and is no longer being maintained. Use the version switcher on the top left of this page to select documentation for a supported version of TYPO3.
Need more time before upgrading? You can purchase Extended Long Term Support (ELTS) for TYPO3 v12 here: TYPO3 ELTS.
TypoScript configuration
Each Extbase extension has some settings which can be modified using TypoScript.
Many of these settings affect aspects of the internal configuration of Extbase
and Fluid. There is also a block
settings in which you can
set extension specific settings that can be accessed in the controllers and
Fluid templates of your extension.
TypoScript for all frontend plugins can be set in the typoscript block
plugin., for example
plugin..
TypoScript for a specific frontend plugin can be set in the typoscript block
plugin., for example
plugin.. Settings made here override
settings from
plugin..
TypoScript for all backend modules can be set
in
module., for example
module., for a specific backend module in
module..
For details of the available configuration values see plugin in the TypoScript Reference.
Plugin configuration
In the controller use $this->settings to access the TypoScript
setting.