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.